Corrected spelling in comment: extention-> to extension.
authorDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:05:02 +0000 (00:05 +0000)
committerDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:05:02 +0000 (00:05 +0000)
gdb/gdbtypes.c

index 63bd448293d848a161538da40a4871a5e5d8bd71..d9f6e0e1ed4eee5a1cc466ac4854ee886dfc72fa 100644 (file)
@@ -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 *);
This page took 0.026685 seconds and 4 git commands to generate.