[gcc r17-1136] libstdc++: Fix typos in os/vxworks/os_defines.h
Dhruv Chawla
dhruvc@gcc.gnu.org
Mon Jun 1 16:05:06 GMT 2026
https://gcc.gnu.org/g:6d3c334bd9feb7ea0ba3b6c86ffd3dcf4f90e147
commit r17-1136-g6d3c334bd9feb7ea0ba3b6c86ffd3dcf4f90e147
Author: Dhruv Chawla <dhruvc@nvidia.com>
Date: Thu May 21 12:29:54 2026 +0000
libstdc++: Fix typos in os/vxworks/os_defines.h
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
libstdc++-v3/ChangeLog:
* config/os/vxworks/os_defines.h: Fix typos.
Diff:
---
libstdc++-v3/config/os/vxworks/os_defines.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/config/os/vxworks/os_defines.h b/libstdc++-v3/config/os/vxworks/os_defines.h
index 909bd96658d3..248ea242edc8 100644
--- a/libstdc++-v3/config/os/vxworks/os_defines.h
+++ b/libstdc++-v3/config/os/vxworks/os_defines.h
@@ -54,7 +54,7 @@
// are going to include for libstdc++ have a few related intrinsic
// assumptions. We control our own configuration here to best integrate with
// this environment: use C99 math headers, do not use the FP macros for
-// dynamic cast by default (overriden for RTPs below) and arrange to disable
+// dynamic cast by default (overridden for RTPs below) and arrange to disable
// the system TR1 declarations as we'll provide ours.
#if _VXWORKS_MAJOR_GE(7)
@@ -90,7 +90,7 @@
#endif // _VXWORKS_MAJOR >= 7
-// The min/max "functions" may be refered to with a namespace prefix.
+// The min/max "functions" may be referred to with a namespace prefix.
// Prevent possible redefinitions as macros from VxWorks headers.
#undef NOMINMAX
#define NOMINMAX 1
More information about the Libstdc++-cvs
mailing list