From: David Anderson Date: Sat, 2 Sep 2000 00:05:43 +0000 (+0000) Subject: Corrected typo in comment: ofa -> of a X-Git-Tag: newlib-1_9_0~1037 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba91526b3d35cba707fd7ecdf7158bd9cf823b6f;p=external%2Fbinutils.git Corrected typo in comment: ofa -> of a --- 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)