mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix comment typos related to printAsCXX
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user