We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538be50 commit ba12f51Copy full SHA for ba12f51
lib/ClangImporter/ClangImporter.cpp
@@ -725,7 +725,7 @@ bool ClangImporter::canReadPCH(StringRef PCHFilename) {
725
// FIXME: The following attempts to do an initial ReadAST invocation to verify
726
// the PCH, without affecting the existing CompilerInstance.
727
// Look into combining creating the ASTReader along with verification + update
728
- // if necesary, so that we can create and use one ASTReader in the common case
+ // if necessary, so that we can create and use one ASTReader in the common case
729
// when there is no need for update.
730
731
CompilerInstance &CI = *Impl.Instance;
0 commit comments