Fix a typo

svn path=/trunk/; revision=7244
This commit is contained in:
Matthias Clasen 2008-07-23 17:04:36 +00:00
parent 6e55e05284
commit 7df58dc393
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-07-23 Matthias Clasen <mclasen2redhat.com>
544177 - Fix trivial cut and paste error in documentation
* gtype.h: Fix a typo. Pointed out by Paul Bolle.
2008-07-21 Matthias Clasen <mclasen2redhat.com>
* === Released 2.17.4 ===

View File

@ -483,7 +483,7 @@ struct _GTypeQuery
* Get the class structure of a given @instance, casted
* to a specified ancestor type @g_type of the instance.
*
* that while calling a GInstanceInitFunc(), the class pointer gets
* Note that while calling a GInstanceInitFunc(), the class pointer gets
* modified, so it might not always return the expected pointer.
*
* This macro should only be used in type implementations.