Skip to content

Commit 9e9cbc1

Browse files
committed
AST: Remove unprintable character from ModuleNameLookup.cpp
1 parent f674e56 commit 9e9cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ModuleNameLookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class LookupByName : public ModuleNameLookup<LookupByName> {
7878
lookupKind(lookupKind) {}
7979

8080
private:
81-
/// Returns whether it's okay to stop recursively searching imports, given
81+
/// Returns whether it's okay to stop recursively searching imports, given
8282
/// that we found something non-overloadable.
8383
static bool canReturnEarly() {
8484
return true;

0 commit comments

Comments
 (0)