Fix comment typos related to printAsCXX

This commit is contained in:
Alex Lorenz
2022-01-20 11:04:21 -08:00
parent e0eec4dd7c
commit 7aa1cd166e
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ static bool printAsObjCIfNeeded(StringRef outputPath, ModuleDecl *M,
///
/// \returns true if there were any errors
///
/// \see swift::printAsCxx
/// \see swift::printAsCXX
static bool printAsCxxIfNeeded(StringRef outputPath, ModuleDecl *M) {
if (outputPath.empty())
return false;