[libcxx-commits] [libcxx] dd662f0 - [libc++][NFC] Fix typo in	comment
    Louis Dionne via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Sep  9 11:00:43 PDT 2021
    
    
  
Author: Louis Dionne
Date: 2021-09-09T14:00:22-04:00
New Revision: dd662f0f3d6c400ca3cf1feeedd5102985626a18
URL: https://github.com/llvm/llvm-project/commit/dd662f0f3d6c400ca3cf1feeedd5102985626a18
DIFF: https://github.com/llvm/llvm-project/commit/dd662f0f3d6c400ca3cf1feeedd5102985626a18.diff
LOG: [libc++][NFC] Fix typo in comment
Added: 
    
Modified: 
    libcxx/src/locale.cpp
Removed: 
    
################################################################################
diff  --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp
index f1978e046a23..c1b97265fc4d 100644
--- a/libcxx/src/locale.cpp
+++ b/libcxx/src/locale.cpp
@@ -4380,7 +4380,7 @@ static bool checked_string_to_char_convert(char& dest,
     dest = res;
     return true;
   }
-  // FIXME: Work around specific multibyte sequences that we can reasonable
+  // FIXME: Work around specific multibyte sequences that we can reasonably
   // translate into a 
diff erent single byte.
   switch (wout) {
   case L'\u202F': // narrow non-breaking space
        
    
    
More information about the libcxx-commits
mailing list