diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2003-01-27 10:30:11 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-01-27 10:30:11 +0000 |
commit | 9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29 (patch) | |
tree | e3b4732d4eabe40db592e10460d4587ded1d9680 /gcc/doc/objc.texi | |
parent | f004e5f376bd037ad11934b23c765bbfd428b242 (diff) | |
download | gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.zip gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.tar.gz gcc-9a376494fbb0cdc7d2efd8fdc9deaf85541c2e29.tar.bz2 |
cppopts.texi: Fix typo.
* doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.
From-SVN: r61878
Diffstat (limited to 'gcc/doc/objc.texi')
-rw-r--r-- | gcc/doc/objc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index 3b65255..c25fdb1 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -423,7 +423,7 @@ as @code{NXConstantString}'s structure: libraries may choose to inherit the customized constant string class from a different class than @code{Object}. There is no requirement in the methods the constant string class has to implement, but the final -ivar layour of the class must be the compatible with the given +ivar layout of the class must be the compatible with the given structure. When the compiler creates the statically allocated constant string |