summaryrefslogtreecommitdiff
path: root/gcc/doc/objc.texi
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-12-18 09:49:15 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-12-18 09:49:15 +0000
commit8a6024c17bb3d71f1aea9ea1863cffc64a04d509 (patch)
tree5481c33a848892f07f709be66bd936982f60123d /gcc/doc/objc.texi
parentfb5c309d63100120db3c2656a0e518eca7941ecd (diff)
downloadgcc-8a6024c17bb3d71f1aea9ea1863cffc64a04d509.tar.gz
* doc/objc.texi (Type encoding): Fix typo.
From-SVN: r108749
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r--gcc/doc/objc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi
index a4d25d1eb79..c15c1acf848 100644
--- a/gcc/doc/objc.texi
+++ b/gcc/doc/objc.texi
@@ -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