From ba91526b3d35cba707fd7ecdf7158bd9cf823b6f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 2 Sep 2000 00:05:43 +0000 Subject: Corrected typo in comment: ofa -> of a --- gdb/gdbtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gdbtypes.h') 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) -- cgit v1.1