diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:55:07 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:55:07 +0000 |
commit | 3ee9b6e949c9a0f887c7ede1f2d86a9723a87775 (patch) | |
tree | 247b833693e4ce91d9d05b07b84df562862672b9 /gdb | |
parent | 4b3cb714dcbefeba4802177267cc08a0a699c7b6 (diff) | |
download | fsf-binutils-gdb-3ee9b6e949c9a0f887c7ede1f2d86a9723a87775.zip fsf-binutils-gdb-3ee9b6e949c9a0f887c7ede1f2d86a9723a87775.tar.gz fsf-binutils-gdb-3ee9b6e949c9a0f887c7ede1f2d86a9723a87775.tar.bz2 |
Corrected spelling error in comment: swaped -> swapped.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/gdbarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 6bf83bb..1bdf278 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -3811,7 +3811,7 @@ gdbarch_data (struct gdbarch_data *data) -/* Keep a registrary of swaped data required by GDB modules. */ +/* Keep a registrary of swapped data required by GDB modules. */ struct gdbarch_swap { |