summaryrefslogtreecommitdiff
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
commit5e7891ffd659ce99565ee49a0c1c74bdbf60d445 (patch)
treee4e9ece1450522943f6a29b74f61f5e62613ddfa /gdb/gdbtypes.h
parent112381664fe07a5ead8b607445cf85e8e8bd578f (diff)
downloadgdb-5e7891ffd659ce99565ee49a0c1c74bdbf60d445.tar.gz
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 19fd152f5ed..b7a9a752974 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)