diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 16:22:54 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 16:22:54 +0000 |
commit | fbe3ad86c5bd1a021ef3610f342e2fee1166cd10 (patch) | |
tree | efa6a8edcadac45e41238294f0832631dc5a8a60 | |
parent | 1e748bf0af8c30edc0f0cca49ee190a3aff96348 (diff) | |
download | gcc-fbe3ad86c5bd1a021ef3610f342e2fee1166cd10.tar.gz |
* gccbug.in: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38416 138bc75d-0d04-0410-961f-82ee72b054a4
-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 678e2c8eeb2..721eef90a43 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 b823f4e33d1..657bfdb903e 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 |