Corrected typo in comment: ofa -> of a
authorDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:05:43 +0000 (00:05 +0000)
committerDavid Anderson <davea@sgi.com>
Sat, 2 Sep 2000 00:05:43 +0000 (00:05 +0000)
gdb/gdbtypes.h

index 19fd152..b7a9a75 100644 (file)
@@ -147,7 +147,7 @@ enum type_code
 
 /* No sign for this type.  In C++, "char", "signed char", and "unsigned
    char" are distinct types; so we need an extra flag to indicate the
-   absence ofa sign! */
+   absence of a sign! */
 
 #define TYPE_FLAG_NOSIGN       (1 << 1)