diff options
author | David Taylor <taylor@redhat.com> | 1999-01-05 22:01:26 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-05 22:01:26 +0000 |
commit | 490825560e2b8f841f6fe5fa14770230f324a813 (patch) | |
tree | 8bd754a9d8cd2471295877626f50e834952e50fd /gdb/target.c | |
parent | 2d46b1af8db95c94ae78d6a8e6d54d905c834610 (diff) | |
download | gdb-490825560e2b8f841f6fe5fa14770230f324a813.zip gdb-490825560e2b8f841f6fe5fa14770230f324a813.tar.gz gdb-490825560e2b8f841f6fe5fa14770230f324a813.tar.bz2 |
target.c (noprocess): terminate sentence with a period.
breakpoint.c (catch_command_1): ditto.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 07e62f4..40e458e 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -355,7 +355,7 @@ tcomplain () void noprocess () { - error ("You can't do that without a process to debug"); + error ("You can't do that without a process to debug."); } /* ARGSUSED */ |