From: David Anderson Date: Sat, 2 Sep 2000 00:05:02 +0000 (+0000) Subject: Corrected spelling in comment: extention-> to extension. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c990f3c143a8c331fc63a5f78e9cb9efe1f4935;p=binutils-gdb.git Corrected spelling in comment: extention-> to extension. --- diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 63bd448293d..d9f6e0e1ed4 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 *);