diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Support/Unicode.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Support/Unicode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Support/Unicode.cpp b/contrib/llvm-project/llvm/lib/Support/Unicode.cpp index 103710303094..d4d7e75b739d 100644 --- a/contrib/llvm-project/llvm/lib/Support/Unicode.cpp +++ b/contrib/llvm-project/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/ |