diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-21 16:22:54 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-21 16:22:54 +0000 |
commit | e98df22a4f27fe43b61cbb7b3f29d9e4c9691a2d (patch) | |
tree | efa6a8edcadac45e41238294f0832631dc5a8a60 | |
parent | 710916e625ae96a7c29998756c3ac1ffb9270647 (diff) | |
download | gcc-e98df22a4f27fe43b61cbb7b3f29d9e4c9691a2d.zip gcc-e98df22a4f27fe43b61cbb7b3f29d9e4c9691a2d.tar.gz gcc-e98df22a4f27fe43b61cbb7b3f29d9e4c9691a2d.tar.bz2 |
* gccbug.in: Fix typo.
From-SVN: r38416
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/gccbug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 678e2c8..721eef9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk> + + * gccbug.in: Fix typo. + 2000-12-20 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (gcc_gxx_target_include_dir): Use instead of diff --git a/gcc/gccbug.in b/gcc/gccbug.in index b823f4e..657bfdb 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -254,7 +254,7 @@ SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: -SEND-PR: Please consult the GCC manual manual if you are not sure how to +SEND-PR: Please consult the GCC manual if you are not sure how to SEND-PR: fill out a problem report. SEND-PR: Note that the Synopsis field is mandatory. The Subject (for SEND-PR: the mail) will be made the same as Synopsis unless explicitly |