From 7982d1ea2c5eb2ea2261fd82ebd7eebdda0e58b3 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 14 Jul 2022 20:58:48 +0200 Subject: Merge llvm-project main llvmorg-15-init-16436-g18a6ab5b8d1f This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-15-init-16436-g18a6ab5b8d1f. PR: 265425 MFC after: 2 weeks (cherry picked from commit 753f127f3ace09432b2baeffd71a308760641a62) --- contrib/llvm-project/llvm/lib/Support/Unicode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/llvm-project/llvm/lib/Support/Unicode.cpp') 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/ -- cgit v1.2.3