diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:05:02 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:05:02 +0000 |
commit | 8c990f3c143a8c331fc63a5f78e9cb9efe1f4935 (patch) | |
tree | a087dd3467d21ac511f868edc72797fbfdc36759 | |
parent | 0fa6923a1ae14839e64f9d4f9141356f1b527c19 (diff) | |
download | gdb-8c990f3c143a8c331fc63a5f78e9cb9efe1f4935.zip gdb-8c990f3c143a8c331fc63a5f78e9cb9efe1f4935.tar.gz gdb-8c990f3c143a8c331fc63a5f78e9cb9efe1f4935.tar.bz2 |
Corrected spelling in comment: extention-> to extension.
-rw-r--r-- | gdb/gdbtypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 63bd448..d9f6e0e 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -82,7 +82,7 @@ struct extra { char str[128]; int len; - }; /* maximum extention is 128! FIXME */ + }; /* maximum extension is 128! FIXME */ static void add_name (struct extra *, char *); static void add_mangled_type (struct extra *, struct type *); |