libstdc++: Fix comment in testsuite utility
authorJonathan Wakely <jwakely@redhat.com>
Thu, 17 Mar 2022 12:23:02 +0000 (12:23 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 17 Mar 2022 12:23:56 +0000 (12:23 +0000)
libstdc++-v3/ChangeLog:

* testsuite/util/testsuite_character.h: Fix comment.

libstdc++-v3/testsuite/util/testsuite_character.h

index 1547029..050159b 100644 (file)
@@ -138,7 +138,7 @@ namespace __gnu_cxx
       inline V2
       __gnu_test::pod_uchar::char_type::to(const char_type& c)
       { return static_cast<V2>(c.value << 5); }
-} // namespace __gnu_test
+} // namespace __gnu_cxx
 
 namespace std
 {
@@ -562,8 +562,7 @@ namespace std
       pattern
       do_neg_format() const
       { return pattern(); }
-     };
+    };
 } // namespace std
 
 #endif // _GLIBCXX_TESTSUITE_CHARACTER_H
-