aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2000-09-02 00:05:43 +0000
committerDavid Anderson <davea@sgi.com>2000-09-02 00:05:43 +0000
commitba91526b3d35cba707fd7ecdf7158bd9cf823b6f (patch)
treec3fbd35628ec9803da0345a760820229a52f0919 /gdb/gdbtypes.h
parent8c990f3c143a8c331fc63a5f78e9cb9efe1f4935 (diff)
downloadgdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.zip
gdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.tar.gz
gdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.tar.bz2
Corrected typo in comment: ofa -> of a
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 19fd152..b7a9a75 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -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)