diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
commit | 424da949b9e792266e5ab268fef9d84d83845039 (patch) | |
tree | c77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/FSFChangeLog.11 | |
parent | aa977dccd630c164bdf358e6e324b1d3493973ef (diff) | |
download | gcc-424da949b9e792266e5ab268fef9d84d83845039.tar.gz |
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
configure, configure.in, except.c, except.h, flow.c, function.c,
gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
unroll.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/FSFChangeLog.11')
-rw-r--r-- | gcc/FSFChangeLog.11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/FSFChangeLog.11 b/gcc/FSFChangeLog.11 index c244bb65eb5..86bed938fbd 100644 --- a/gcc/FSFChangeLog.11 +++ b/gcc/FSFChangeLog.11 @@ -492,7 +492,7 @@ Fri Nov 28 12:34:03 1997 Scott Christley <scottc@net-community.com> * objc/Make-lang.in (runtime-info.h): Add comment in file. - * objc/selector.c: Replace all occurences of sarray_get + * objc/selector.c: Replace all occurrences of sarray_get with sarray_get_safe. * objc/sendmsg.c: Likewise. @@ -7666,7 +7666,7 @@ Sun Feb 2 19:43:17 1997 Scott Christley <scottc@net-community.com> (__alpha__): Remove unneeded code. (objc_error): Allow user specified error handler function to trap and handle the objc error. Added an error code parameter - which indicates the specific error that occured. + which indicates the specific error that occurred. (objc_malloc, objc_atomic_malloc): Replace call to objc_fatal function with call to objc_error function. (objc_valloc, objc_realloc, objc_calloc): Likewise. @@ -9480,7 +9480,7 @@ Sat Oct 26 14:04:09 1996 Ben Harris <bjh21@cam.ac.uk> Sat Oct 26 13:59:05 1996 Richard Kenner (kenner@vlsi1.ultra.nyu.edu) * explow.c (allocate_dynamic_stack_space): Delete reference to - nonexistant macro ALLOCATE_OUTGOING_ARGS. + nonexistent macro ALLOCATE_OUTGOING_ARGS. * next.h (CPP_PREDEFINES): Add -D_NEXT_SOURCE. |