Skip to content

Commit 7aa1cd1

Browse files
committed
Fix comment typos related to printAsCXX
1 parent e0eec4d commit 7aa1cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/swift/Basic/SupplementaryOutputPaths.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct SupplementaryOutputPaths {
3939
/// the header is emitted in single-file mode, since it needs whole-module
4040
/// information.
4141
///
42-
/// \sa swift::printAsCxx
42+
/// \sa swift::printAsCXX
4343
std::string CxxHeaderOutputPath;
4444

4545
/// The path to which we should emit a serialized module.

lib/FrontendTool/FrontendTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static bool printAsObjCIfNeeded(StringRef outputPath, ModuleDecl *M,
193193
///
194194
/// \returns true if there were any errors
195195
///
196-
/// \see swift::printAsCxx
196+
/// \see swift::printAsCXX
197197
static bool printAsCxxIfNeeded(StringRef outputPath, ModuleDecl *M) {
198198
if (outputPath.empty())
199199
return false;

0 commit comments

Comments
 (0)