Typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 11:37:28 +0000 (11:37 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 11:37:28 +0000 (11:37 +0000)
[r18480]

type_t.h

index b61ab77..67a23b9 100644 (file)
--- a/type_t.h
+++ b/type_t.h
@@ -112,7 +112,7 @@ struct function_type_t {
 
 struct compound_type_t {
        type_t         type;
-       /** the declaration of the compound type, it's context field
+       /** the declaration of the compound type, its context field
         * contains the compound entries. */
        declaration_t *declaration;
 };