summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-05 22:01:26 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-05 22:01:26 +0000
commit490825560e2b8f841f6fe5fa14770230f324a813 (patch)
tree8bd754a9d8cd2471295877626f50e834952e50fd /gdb/breakpoint.c
parent2d46b1af8db95c94ae78d6a8e6d54d905c834610 (diff)
target.c (noprocess): terminate sentence with a period.
breakpoint.c (catch_command_1): ditto.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 0613bf8acd..063cab8c0f 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -5179,7 +5179,7 @@ catch_command_1 (arg, tempflag, from_tty)
/* catch_throw_command_1 (arg1_start, tempflag, from_tty); */
/* return; */
/* Now, this is not allowed */
- error ("Catch requires an event name");
+ error ("Catch requires an event name.");
}
arg1_end = ep_find_event_name_end (arg1_start);