[clang] [clang-tools-extra] [compiler-rt] [flang] [libc] [libcxx] [lldb] [llvm] [mlir] [openmp] Fix typos and spelling errors across codebase (PR #156270)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 31 21:02:08 PDT 2025


================
@@ -741,7 +741,7 @@ const char *UnicodeNameToCodepointDict =
     "GLOVETED PLANT OF PAPERCUBE ROOTPIDERY HAT OF MEATFISH TAILZENE RINGITRA "
     "SIGN OVER BALCRESCENDO PLUS SAGT ON BONEFINAL NUN PLUS TUR PLUS ZA7FINAL "
     "NGAFINAL MEMPANYANGGAAISED DOTLOWER DOTATTACHED  PLUS GAL PLUS GUD PLUS "
-    "KU3IVINATIONING DOLLSDOWN HAND PLUS LALING CARD EEN WITH TEH "
+    "KU3IVINATIONING DOLLSDOWN HAND PLUS LALING CARD EEN WITH THE "
----------------
thurstond wrote:

The top of this file states:
```
// This file was generated using ./bin/UnicodeNameMappingGenerator.
// Do not edit manually.
```

In any case, given the rest of this line ("KU3IVINATIONING DOLLSDOWN HAND PLUS LALING CARD EEN WITH TEH "), is changing "TEH" the right fix?

https://github.com/llvm/llvm-project/pull/156270


More information about the llvm-commits mailing list