aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-10-28 18:59:25 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 18:59:25 +0000
commit67dda4b520c6d11bbf3b770ab04c011db6a27e3d (patch)
treeacefee785736225dd212b66ce6f19902786d12cd
parent58f698416a94f2068d59a71cc6b93ede60f7a405 (diff)
downloadgcc-67dda4b520c6d11bbf3b770ab04c011db6a27e3d.zip
gcc-67dda4b520c6d11bbf3b770ab04c011db6a27e3d.tar.gz
gcc-67dda4b520c6d11bbf3b770ab04c011db6a27e3d.tar.bz2
* doc/gcc.texi: Document use of "dependent" and American spelling.
From-SVN: r46589
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/gcc.texi2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5cb7bfd..4aa32c1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * doc/gcc.texi: Document use of "dependent" and American spelling.
+
Sun Oct 28 17:05:36 CET 2001 Jan Hubicka <jh@suse.cz>
* expr.c (emit_group_load): Support CONCATs by storing them to memory
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index c6d1c86..53b3cee 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -43,11 +43,13 @@
@c For consistency, use the following:
@c - "32-bit" rather than "32 bit" as an adjective.
+@c - American rather than British spelling (in particular -or and -ize).
@c - "back end" as a noun, "back-end" as an adjective.
@c - "bit-field" not "bitfield" or "bit field" (following the C and C++
@c standards).
@c - "built-in" as an adjective ("built-in function"), or sometimes
@c "built in", not "builtin" (which isn't a word).
+@c - "dependent" as an adjective, and "dependency".
@c - "front end" as a noun, "front-end" as an adjective.
@c - "GCC" for the GNU Compiler Collection, both generally
@c and as the GNU C Compiler in the context of compiling C;