Skip to content

Commit c114f93

Browse files
author
Kosuke Ogawa
committed
[Gardening] Fix typo: getTopLeveDecls -> getTopLevelDecls
1 parent 536702a commit c114f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/ModuleInterfacePrinting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ void swift::ide::printSubmoduleInterface(
494494
});
495495

496496
// If the group name is specified, we sort them according to their source order,
497-
// which is the order preserved by getTopLeveDecls.
497+
// which is the order preserved by getTopLevelDecls.
498498
if (GroupNames.empty()) {
499499
std::sort(SwiftDecls.begin(), SwiftDecls.end(),
500500
[&](Decl *LHS, Decl *RHS) -> bool {

0 commit comments

Comments
 (0)