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 | 4b3cb714dcbefeba4802177267cc08a0a699c7b6 (patch) | |
tree | 09866a8abc53f4c46bcca190e20e091a441ffdbb /gdb | |
parent | 701f97654020d6993bd4a0a15749c6ae1bf86f2a (diff) | |
download | gdb-4b3cb714dcbefeba4802177267cc08a0a699c7b6.zip gdb-4b3cb714dcbefeba4802177267cc08a0a699c7b6.tar.gz gdb-4b3cb714dcbefeba4802177267cc08a0a699c7b6.tar.bz2 |
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 3e4a01b..ef64b46 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. |