* include/std/type_traits: Fix comment typos.
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Jun 2018 07:37:36 +0000 (08:37 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 5 Jun 2018 07:37:36 +0000 (08:37 +0100)
From-SVN: r261186

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits

index a8411765db9fab946804b1c93dec999174b5ed87..6bdb17b554c8eb2ede00b67cb28b1df7a69e96b9 100644 (file)
@@ -1,5 +1,7 @@
 2018-06-05  Jonathan Wakely  <jwakely@redhat.com>
 
+       * include/std/type_traits: Fix comment typos.
+
        * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
        mingw* targets.
        * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
index 4397c484f208180b5e7a63d0bb0089953ac4c4fd..01972d125c774236848d9ae21ac047e4dd90cf37 100644 (file)
@@ -1641,7 +1641,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     };
 
   // wchar_t, char16_t and char32_t are integral types but are neither
-  // signed integer types not unsigned integer types, so must be
+  // signed integer types nor unsigned integer types, so must be
   // transformed to the unsigned integer type with the smallest rank.
   // Use the partial specialization for enumeration types to do that.
 #if defined(_GLIBCXX_USE_WCHAR_T)
@@ -1758,7 +1758,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     };
 
   // wchar_t, char16_t and char32_t are integral types but are neither
-  // signed integer types not unsigned integer types, so must be
+  // signed integer types nor unsigned integer types, so must be
   // transformed to the signed integer type with the smallest rank.
   // Use the partial specialization for enumeration types to do that.
 #if defined(_GLIBCXX_USE_WCHAR_T)