Skip to content

Commit 7420e87

Browse files
committed
[libIDE] Correct a typo found by Nicole. NFC
1 parent c2e3369 commit 7420e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/IDE/ModuleInterfacePrinting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool printTypeInterface(ModuleDecl *M, Type Ty, ASTPrinter &Printer,
5252
std::string &TypeName, std::string &Error);
5353

5454
bool printTypeInterface(ModuleDecl *M, StringRef TypeUSR, ASTPrinter &Printer,
55-
std::string &TyepName, std::string &Error);
55+
std::string &TypeName, std::string &Error);
5656

5757
void printModuleInterface(ModuleDecl *M, Optional<StringRef> Group,
5858
ModuleTraversalOptions TraversalOptions,

0 commit comments

Comments
 (0)