Skip to content

Commit ba12f51

Browse files
author
Kosuke Ogawa
committed
[Gardening] Fix typo: necesary -> necessary
1 parent 538be50 commit ba12f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ bool ClangImporter::canReadPCH(StringRef PCHFilename) {
725725
// FIXME: The following attempts to do an initial ReadAST invocation to verify
726726
// the PCH, without affecting the existing CompilerInstance.
727727
// 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
728+
// if necessary, so that we can create and use one ASTReader in the common case
729729
// when there is no need for update.
730730

731731
CompilerInstance &CI = *Impl.Instance;

0 commit comments

Comments
 (0)