From 8c990f3c143a8c331fc63a5f78e9cb9efe1f4935 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Sep 2000 00:05:02 +0000 Subject: [PATCH] Corrected spelling in comment: extention-> to extension. --- gdb/gdbtypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.30.2