summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-14 13:49:08 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:04:45 +0900
commitd849564d47fcef7f3d3308e6836b6395ace2da2c (patch)
tree0c7cabac6ad991f5078dcaa4765473d6fde022d4
parentd2b610518a8e0ac853aca2ea7c07b052b786ea60 (diff)
downloadutil-image-d849564d47fcef7f3d3308e6836b6395ace2da2c.tar.gz
Fix typos in various header comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--image/xcb_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/xcb_image.h b/image/xcb_image.h
index 3b54da3..f41187d 100644
--- a/image/xcb_image.h
+++ b/image/xcb_image.h
@@ -513,7 +513,7 @@ xcb_image_subimage(xcb_image_t * image,
* bits. For XYPixmap and ZPixmap, the depth must match the depth of
* the drawable, or a ``BadMatch'' error results.
*
- * If a problem occurs, the functons returns @c 0. Otherwise, it
+ * If a problem occurs, the function returns @c 0. Otherwise, it
* returns @c 1.
* @ingroup xcb__image_t
*/
@@ -551,7 +551,7 @@ xcb_image_shm_put (xcb_connection_t * conn,
* within the drawable, and @p plane_mask defines which planes are to be
* read.
*
- * If a problem occurs, the functons returns @c 0. It returns 1
+ * If a problem occurs, the function returns @c 0. It returns 1
* otherwise.
* @ingroup xcb__image_t
*/