diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:53:57 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:53:57 +0000 |
commit | 78af8ffcdf4ee0a33b9b1a17b146406658c390d5 (patch) | |
tree | 4948f955c2e7d4f30cfa9c467b4e402b00f1bc4f /gdb | |
parent | 79e5ef3e9ad52a26af7ff18e1b2f71a27df23f75 (diff) | |
download | gdb-78af8ffcdf4ee0a33b9b1a17b146406658c390d5.tar.gz |
Corrected spelling error in comment:
converteded->converted
Diffstat (limited to 'gdb')
-rwxr-xr-x | gdb/gdb-events.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb-events.sh b/gdb/gdb-events.sh index 3e4a01bf9b9..ef64b46d6ac 100755 --- a/gdb/gdb-events.sh +++ b/gdb/gdb-events.sh @@ -34,7 +34,7 @@ # here with respect to annotate. We might need to accomodate a hook # stack that allows several ui blocks to install their own events. -# Each of the variable events (as currently generated) is converteded +# Each of the variable events (as currently generated) is converted # to either a straight function call or a function call with a # predicate. |