Skip to content

Commit 6ef0223

Browse files
committed
tools/clang/codesearch: fix a typo
1 parent c380abc commit 6ef0223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/codesearch/codesearch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using namespace clang;
2727
// MacroDef/MacroMap hold information about macros defined in the file.
2828
struct MacroDef {
2929
std::string Value; // value as written in the source
30-
SourceRange Range; // soruce range of the value
30+
SourceRange Range; // source range of the value
3131
};
3232
using MacroMap = std::unordered_map<std::string, MacroDef>;
3333

0 commit comments

Comments
 (0)