Corrected typo in comment: ofa -> of a

This commit is contained in:
David Anderson 2000-09-02 00:05:43 +00:00
parent 8c990f3c14
commit ba91526b3d

View File

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