libstdc++: Fix typo in comment

libstdc++-v3/ChangeLog:

	* config/os/gnu-linux/os_defines.h: Fix type in comment.
This commit is contained in:
Jonathan Wakely 2021-04-22 15:48:29 +01:00
parent 55650236cd
commit 19aa9bc989

View File

@ -33,7 +33,7 @@
// System-specific #define, typedefs, corrections, etc, go here. This
// file will come before all others.
// This keeps isanum, et al from being propagated as macros.
// This keeps isalnum, et al from being propagated as macros.
#define __NO_CTYPE 1
#include <features.h>