Fix comments in libstdc++ header and test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 3 Apr 2017 17:16:06 +0000 (18:16 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 3 Apr 2017 17:16:06 +0000 (18:16 +0100)
* include/bits/ios_base.h: Correct comment.
* testsuite/util/testsuite_hooks.h: Likewise.

From-SVN: r246657

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/testsuite/util/testsuite_hooks.h

index 7657d1489cac072fe899aa2099b3c6e61d203256..c344310a2c37fdfcbdfc2e219d473fa38718fc4c 100644 (file)
@@ -1,5 +1,8 @@
 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
 
+       * include/bits/ios_base.h: Correct comment.
+       * testsuite/util/testsuite_hooks.h: Likewise.
+
        * doc/xml/manual/status_cxx2017.xml: Update C++17 status table.
        * doc/xml/manual/appendix_contributing.xml (contrib.organization): Add
        directories for debug, parallel and profile headers.
index f1ebfccaca51a98e99aa40ad92c10cc60b1a4589..e5a107db4bcdb5cf7fedb302351e05e55d593fdc 100644 (file)
@@ -52,8 +52,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // The following definitions of bitmask types are enums, not ints,
   // as permitted (but not required) in the standard, in order to provide
-  // better type safety in iostream calls.  A side effect is that
-  // expressions involving them are no longer compile-time constants.
+  // better type safety in iostream calls.  A side effect is that in C++98
+  // expressions involving them are not compile-time constants.
   enum _Ios_Fmtflags 
     { 
       _S_boolalpha     = 1L << 0,
index 6f064a41c8588ffe84888a130c4126d3eb3db224..c3b902b53fda8dbf6565617e1e1aebdfab309729 100644 (file)
@@ -247,8 +247,8 @@ namespace __gnu_test
     static unsigned int _M_count;
   };
 
-  // An class of objects that can be used for validating various
-  // behaviours and guarantees of containers and algorithms defined in
+  // A class of objects that can be used for validating various
+  // behaviors and guarantees of containers and algorithms defined in
   // the standard library.
   class copy_tracker
   {