summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:05:02 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:05:02 +0000
commit112381664fe07a5ead8b607445cf85e8e8bd578f (patch)
tree5a76e26224380c0075f3dd3ae3e5b63bb91e1801 /gdb
parent3834c8b15512ab0bf736a4564b78de8864e43cac (diff)
downloadgdb-112381664fe07a5ead8b607445cf85e8e8bd578f.tar.gz
Corrected spelling in comment: extention-> to extension.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbtypes.c2
1 files changed, 1 insertions, 1 deletions
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 *);