aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2025-01-14 11:59:41 +0000
committerGitHub <noreply@github.com>2025-01-14 11:59:41 +0000
commite87f94a6a806a941242506680f88573d6a87a828 (patch)
treeb6f4bbfe2becdeadf79a1ca747be7d80f4f996a9 /clang/lib/Basic/SourceManager.cpp
parentb87fdd9ce612d53b0e0b73d7c062b39a042e8629 (diff)
downloadllvm-e87f94a6a806a941242506680f88573d6a87a828.zip
llvm-e87f94a6a806a941242506680f88573d6a87a828.tar.gz
llvm-e87f94a6a806a941242506680f88573d6a87a828.tar.bz2
[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r--clang/lib/Basic/SourceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index 44e982d..b1f2180 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -1222,7 +1222,7 @@ unsigned SourceManager::getPresumedColumnNumber(SourceLocation Loc,
return PLoc.getColumn();
}
-// Check if mutli-byte word x has bytes between m and n, included. This may also
+// Check if multi-byte word x has bytes between m and n, included. This may also
// catch bytes equal to n + 1.
// The returned value holds a 0x80 at each byte position that holds a match.
// see http://graphics.stanford.edu/~seander/bithacks.html#HasBetweenInWord