public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-65] libstdc++: Fix typo in comment
@ 2021-04-22 15:07 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-04-22 15:07 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:19aa9bc9897955817622574e62b53b24ae0837e9

commit r12-65-g19aa9bc9897955817622574e62b53b24ae0837e9
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Apr 22 15:48:29 2021 +0100

    libstdc++: Fix typo in comment
    
    libstdc++-v3/ChangeLog:
    
            * config/os/gnu-linux/os_defines.h: Fix type in comment.

Diff:
---
 libstdc++-v3/config/os/gnu-linux/os_defines.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/config/os/gnu-linux/os_defines.h b/libstdc++-v3/config/os/gnu-linux/os_defines.h
index 64f78df8eef..d5bb2a1886e 100644
--- a/libstdc++-v3/config/os/gnu-linux/os_defines.h
+++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h
@@ -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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-22 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 15:07 [gcc r12-65] libstdc++: Fix typo in comment Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).