Fix some typos in documentation.

Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code.

Change-Id: Ieb7be17bd1d50751f00620f7ac28d09355856ac0
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
Jeff Tranter
2014-01-02 13:36:12 -05:00
committed by The Qt Project
parent eb84c34c2b
commit a0d39a2ab6
6 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ namespace
a new hardware accelerated video system, for example.
The contents of a buffer can be accessed by mapping the buffer to memory using the map()
function, which returns a pointer to memory containing the contents of the the video buffer.
function, which returns a pointer to memory containing the contents of the video buffer.
The memory returned by map() is released by calling the unmap() function.
The handle() of a buffer may also be used to manipulate its contents using type specific APIs.