mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
Corrected typo in comment: ofa -> of a
This commit is contained in:
@ -147,7 +147,7 @@ enum type_code
|
|||||||
|
|
||||||
/* No sign for this type. In C++, "char", "signed char", and "unsigned
|
/* 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
|
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)
|
#define TYPE_FLAG_NOSIGN (1 << 1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user