From 1f917f69ff07f09b6dbb670971f57f8efe718b84 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 14 Jul 2022 20:50:02 +0200 Subject: Vendor import of llvm-project main llvmorg-15-init-16436-g18a6ab5b8d1f. --- llvm/lib/Support/Unicode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Unicode.cpp') 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/ -- cgit v1.2.3