diff options
-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 *); |