diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-01-05 19:12:21 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-01-05 19:12:21 +0000 |
commit | 3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192 (patch) | |
tree | a3ca084f7dfb7c9af4600eb7a5031a8bf2503234 /gcc/java | |
parent | dcfb1a361ba787b4cf2b7488c6ee822bd7058bc6 (diff) | |
download | gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.zip gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.tar.gz gcc-3b4e6a16446eba9f3db3d2d31b2563f7c0bf8192.tar.bz2 |
lang-options.h: Bring comment in line with reality.
2001-01-05 Phil Edwards <pme@sources.redhat.com>
* cp/lang-options.h: Bring comment in line with reality.
* f/lang-options.h: Likewise.
* java/lang-options.h: Likewise.
* objc/lang-options.h: Likewise.
* ch/lang-options.h: Likewise.
* f/g77.texi: And update the manual.
From-SVN: r38719
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/lang-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index e838813..9717dbd 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -22,8 +22,8 @@ Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ -/* This is the contribution to the `lang_options' array in gcc.c for - java. */ +/* This is the contribution to the `documented_lang_options' array in + toplev.c for java. */ DEFINE_LANG_NAME ("Java") |