fix doc typo in qwindow.cpp
authorJoerg Bornemann <joerg.bornemann@nokia.com>
Thu, 21 Jun 2012 12:42:39 +0000 (14:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jun 2012 13:21:20 +0000 (15:21 +0200)
Change-Id: I0980319e32b94882fe882c57cd8341f6b3e62048
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/gui/kernel/qwindow.cpp

index d6f0aab..0316d22 100644 (file)
@@ -76,7 +76,7 @@ QT_BEGIN_NAMESPACE
     Windows can potentially use a lot of memory. A usual measurement is
     width times height times color depth. A window might also include multiple
     buffers to support double and triple buffering, as well as depth and stencil
-    buffers. To release a window's memory resources, the destroy() function.
+    buffers. To release a window's memory resources, call the destroy() function.
 
     \section1 Window and content orientation