]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/objc.texi (Type encoding): Fix typo.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 18 Dec 2005 09:49:15 +0000 (09:49 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 18 Dec 2005 09:49:15 +0000 (09:49 +0000)
From-SVN: r108749

gcc/ChangeLog
gcc/doc/objc.texi

index 119d50fff16217a1e9cfe33aa556020681472215..00955f3841c9beedb307bc626d84edb24be5e155 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * doc/objc.texi (Type encoding): Fix typo.
+
 2005-12-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * tree-tailcall.c (find_tail_calls): Use XNEW.
index a4d25d1eb790a01e856034cdf0594ad5a51387b6..c15c1acf8484418784141c49a4366f382d186697 100644 (file)
@@ -218,7 +218,7 @@ The types are encoded in the following way:
 @item unknown type
 @tab @code{?}
 @item Complex types
-@tab @code {j} followed by the inner type.  For an example _Complex double is encoded as "jd".
+@tab @code{j} followed by the inner type.  For example @code{_Complex double} is encoded as "jd".
 @item bit-fields
 @tab @code{b} followed by the starting position of the bit-field, the type of the bit-field and the size of the bit-field (the bit-fields encoding was changed from the NeXT's compiler encoding, see below)
 @end multitable