libstdc++: Fix typo in comment
authorJonathan Wakely <jwakely@redhat.com>
Thu, 22 Apr 2021 14:48:29 +0000 (15:48 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 22 Apr 2021 14:49:27 +0000 (15:49 +0100)
libstdc++-v3/ChangeLog:

* config/os/gnu-linux/os_defines.h: Fix type in comment.

libstdc++-v3/config/os/gnu-linux/os_defines.h

index 64f78df..d5bb2a1 100644 (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>