Corrected typo in comment: ofa -> of a
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 19fd152f5ed238efd42350a7a6076fed041dd34a..b7a9a75297431a4f4de6b5a22e7aee8634a592be 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)
 
This page took 0.035435 seconds and 4 git commands to generate.