diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-14 01:06:04 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-14 01:06:04 +0000 |
commit | ed20a4786f2177ddb10716ce386b41eae69696e4 (patch) | |
tree | b284bdfce8bb4cf2d417bcf57da78f37f66bc1c8 /gdb/gdb-events.sh | |
parent | 64502d627774c5d5b399a9725f1020b435e80b54 (diff) | |
download | gdb-ed20a4786f2177ddb10716ce386b41eae69696e4.tar.gz |
import gdb-1999-12-13 snapshot
Diffstat (limited to 'gdb/gdb-events.sh')
-rwxr-xr-x | gdb/gdb-events.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb-events.sh b/gdb/gdb-events.sh index 5854e8439d3..620322d932c 100755 --- a/gdb/gdb-events.sh +++ b/gdb/gdb-events.sh @@ -213,8 +213,8 @@ echo "" echo "" cat <<EOF /* Interface into events functions. - Where a *_p() predicate is present, it must called before calling - the hook proper. */ + Where a *_p() predicate is present, it must be called before + calling the hook proper. */ EOF function_list | while eval read $read do |