]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix typos in os/vxworks/os_defines.h
authorDhruv Chawla <dhruvc@nvidia.com>
Thu, 21 May 2026 12:29:54 +0000 (12:29 +0000)
committerDhruv Chawla <dhruvc@nvidia.com>
Mon, 1 Jun 2026 15:56:02 +0000 (21:26 +0530)
Signed-off-by: Dhruv Chawla <dhruvc@nvidia.com>
libstdc++-v3/ChangeLog:

* config/os/vxworks/os_defines.h: Fix typos.

libstdc++-v3/config/os/vxworks/os_defines.h

index 909bd96658d33feebadd214f6fde49aeaa21c14c..248ea242edc87a93803f9b93fb39ec3f5d106af4 100644 (file)
@@ -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