[llvm] 10f6d61 - [Clang][NFC] fix typo

Corentin Jabot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 07:05:39 PDT 2022


Author: Corentin Jabot
Date: 2022-07-06T16:05:23+02:00
New Revision: 10f6d61bf191554dfa4cf0b6ef4b83cd38094e67

URL: https://github.com/llvm/llvm-project/commit/10f6d61bf191554dfa4cf0b6ef4b83cd38094e67
DIFF: https://github.com/llvm/llvm-project/commit/10f6d61bf191554dfa4cf0b6ef4b83cd38094e67.diff

LOG: [Clang][NFC] fix typo

Added: 
    

Modified: 
    llvm/lib/Support/Unicode.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/Unicode.cpp b/llvm/lib/Support/Unicode.cpp
index 103710303094..d4d7e75b739d 100644
--- a/llvm/lib/Support/Unicode.cpp
+++ b/llvm/lib/Support/Unicode.cpp
@@ -269,7 +269,7 @@ bool isPrintable(int UCS) {
 }
 
 /// Unicode code points of the Cf category are considered
-/// fornatting characters.
+/// formatting characters.
 bool isFormatting(int UCS) {
 
   // https://unicode.org/Public/14.0.0/ucdxml/


        


More information about the llvm-commits mailing list