Browse Source

Corrected typo in comment: ofa -> of a

binutils-2_11-branch
David Anderson 26 years ago
parent
commit
ba91526b3d
  1. 2
      gdb/gdbtypes.h

2
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)

Loading…
Cancel
Save