summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.1
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-23 16:11:56 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-23 16:11:56 +0000
commitdf07c3ae3cf8d5a362f15ff372fa4e3973e32aed (patch)
tree0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/ChangeLog.1
parent299006eee4659c4b51edb65018364630285871d8 (diff)
downloadgcc-df07c3ae3cf8d5a362f15ff372fa4e3973e32aed.tar.gz
* ChangeLog.1: Fix a typo.
* cfgrtl.c: Fix comment typos. * dwarf2out.c: Likewise. * expmed.c: Likewise. * genrecog.c: Likewise. * jump.c: Likewise. * rtlanal.c: Likewise. * ssa-dce.c: Likewise. * toplev.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.1')
-rw-r--r--gcc/ChangeLog.12
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog.1 b/gcc/ChangeLog.1
index 389b702dac6..b99a93754a3 100644
--- a/gcc/ChangeLog.1
+++ b/gcc/ChangeLog.1
@@ -3212,7 +3212,7 @@ Tue Mar 16 13:44:50 1999 Jim Wilson <wilson@cygnus.com>
unless it's necessary.
* cpplib.h (parse_marker): Removed.
- (struct cpp_buffer): Line_base is now a unsigned char *; add
+ (struct cpp_buffer): Line_base is now an unsigned char *; add
`mark' [long], remove `marks' [struct parse_marker *].
(parse_set_mark, parse_clear_mark, parse_goto_mark): Update
prototypes.