aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-11-01 23:06:12 +0000
committerFred Fish <fnf@specifix.com>1995-11-01 23:06:12 +0000
commit8b14bbe5becd2521c05b42e879581c657d4e3964 (patch)
tree06fc87e839c8596e89a2c00d4dd5fe38dbf8b18b
parentb998e7b8723164a94adcf40d72d79eb774bc4a46 (diff)
downloadfsf-binutils-gdb-8b14bbe5becd2521c05b42e879581c657d4e3964.zip
fsf-binutils-gdb-8b14bbe5becd2521c05b42e879581c657d4e3964.tar.gz
fsf-binutils-gdb-8b14bbe5becd2521c05b42e879581c657d4e3964.tar.bz2
* breakpoint.c (breakpoint_re_set): Fix typo in comment.
-rw-r--r--gdb/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e88949e..5a49f06 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
-Wed Nov 1 12:58:14 1995 Fred Fish <fnf@cygnus.com>
+Wed Nov 1 15:32:57 1995 Fred Fish <fnf@cygnus.com>
+ * breakpoint.c (breakpoint_re_set): Fix typo in comment.
* symtab.c (in_prologue): Document func_start and when it is zero
don't call SKIP_PROLOGUE (which typically leads unconditionally to
an error when we try to access a prologue at address 0).