diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-14 18:58:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-04-09 14:54:46 +0000 |
commit | 7982d1ea2c5eb2ea2261fd82ebd7eebdda0e58b3 (patch) | |
tree | ab9cca65962565747080c60135e34ba569864a69 /contrib/llvm-project/llvm/lib/Support/Unicode.cpp | |
parent | 255d6c9fe5a7577c6caf78004034f2555bd0cba0 (diff) |
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/ |