From: Dhruv Chawla Date: Thu, 21 May 2026 12:29:54 +0000 (+0000) Subject: libstdc++: Fix typos in os/vxworks/os_defines.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d3c334bd9feb7ea0ba3b6c86ffd3dcf4f90e147;p=thirdparty%2Fgcc.git libstdc++: Fix typos in os/vxworks/os_defines.h Signed-off-by: Dhruv Chawla libstdc++-v3/ChangeLog: * config/os/vxworks/os_defines.h: Fix typos. --- diff --git a/libstdc++-v3/config/os/vxworks/os_defines.h b/libstdc++-v3/config/os/vxworks/os_defines.h index 909bd96658d..248ea242edc 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