From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
libstdc++-v3/ChangeLog:
* config/os/vxworks/os_defines.h: Fix typos.
---
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 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
--
2.43.0