diff options
author | Jay Foad <jay.foad@amd.com> | 2025-01-14 11:59:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 11:59:41 +0000 |
commit | e87f94a6a806a941242506680f88573d6a87a828 (patch) | |
tree | b6f4bbfe2becdeadf79a1ca747be7d80f4f996a9 /clang/lib/Basic/SourceManager.cpp | |
parent | b87fdd9ce612d53b0e0b73d7c062b39a042e8629 (diff) | |
download | llvm-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.cpp | 2 |
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 |