Skip to content

Commit 993a371

Browse files
committed
fix comment
1 parent 58a01c4 commit 993a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Frontend/FrontendOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FrontendOptions {
4949
/// An Objective-C header to import and make implicitly visible.
5050
std::string ImplicitObjCHeaderPath;
5151

52-
/// The map of aliases and underlying names of imported modules.
52+
/// The map of aliases and underlying names of imported or referenced modules.
5353
llvm::StringMap<StringRef> ModuleAliasMap;
5454

5555
/// The name of the module that the frontend is building.

0 commit comments

Comments
 (0)