diff options
author | David Anderson <davea@sgi.com> | 2000-09-02 00:05:43 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-02 00:05:43 +0000 |
commit | ba91526b3d35cba707fd7ecdf7158bd9cf823b6f (patch) | |
tree | c3fbd35628ec9803da0345a760820229a52f0919 | |
parent | 8c990f3c143a8c331fc63a5f78e9cb9efe1f4935 (diff) | |
download | gdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.zip gdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.tar.gz gdb-ba91526b3d35cba707fd7ecdf7158bd9cf823b6f.tar.bz2 |
Corrected typo in comment: ofa -> of a
-rw-r--r-- | gdb/gdbtypes.h | 2 |
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) |