aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-05-21 20:44:43 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-05-21 20:44:43 +0000
commit5e27c0544a23d6bfffe6e0e075041a9b3be22b6c (patch)
treebd67dda2b6596c6982e31e054c5d4ffd11a55eff /gdb
parentb646b438267cf0075094c191c4a60db69b758ac0 (diff)
downloadgdb-5e27c0544a23d6bfffe6e0e075041a9b3be22b6c.zip
gdb-5e27c0544a23d6bfffe6e0e075041a9b3be22b6c.tar.gz
gdb-5e27c0544a23d6bfffe6e0e075041a9b3be22b6c.tar.bz2
fix typo
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 73af4a4..ac90c2f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
- * complaint.c: Make sure all complain() pass the address of the struct.
+ * stabsread.c: Make sure all complain() pass the address of the struct.
* xcoffread.c: Make sure all struct complaints are static not auto.