mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Corrected typo in comment: ofa -> of a
This commit is contained in:
parent
8c990f3c14
commit
ba91526b3d
@ -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…
Reference in New Issue
Block a user