diff options
| author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-18 09:49:15 +0000 |
|---|---|---|
| committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-18 09:49:15 +0000 |
| commit | 89ec5e21150b4fe8a1843e2ea6cfbd4192f52aef (patch) | |
| tree | 5481c33a848892f07f709be66bd936982f60123d | |
| parent | 871b22dbf2c7c78cf1a832407327c8009734ad76 (diff) | |
| download | ppe42-gcc-89ec5e21150b4fe8a1843e2ea6cfbd4192f52aef.tar.gz ppe42-gcc-89ec5e21150b4fe8a1843e2ea6cfbd4192f52aef.zip | |
* doc/objc.texi (Type encoding): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108749 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/objc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 119d50fff16..00955f3841c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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 |

