diff options
author | Michael Tiemann <tiemann@cygnus> | 1995-03-05 18:15:30 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1995-03-05 18:15:30 +0000 |
commit | 2379f65cab7b600fed3a1b2f0e7046bbc3c765ef (patch) | |
tree | 8eedebb913f5eeafcb764b1a7c743fd83e1410eb /gdb | |
parent | 374887b40863c2ba64ae74c0a1cf7796c474928e (diff) | |
download | gdb-2379f65cab7b600fed3a1b2f0e7046bbc3c765ef.zip gdb-2379f65cab7b600fed3a1b2f0e7046bbc3c765ef.tar.gz gdb-2379f65cab7b600fed3a1b2f0e7046bbc3c765ef.tar.bz2 |
Fix typo in spelling.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2fda1a2..9db2f16 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com> - * valops.c (value_cast): Cehck for cast to array type *before* + * valops.c (value_cast): Check for cast to array type *before* we coerce array to pointer (in case arg2 is already array). * valops.c (call_function_by_hand): Set using_gcc to 2 if using |