Author: jiadinggai Date: Mon Jul 23 20:34:15 2018 New Revision: 337807 URL: http://llvm.org/viewvc/llvm-project?rev=337807&view=rev Log: [Test commit] Fix a spelling error.
Modified: cfe/trunk/unittests/Basic/FileManagerTest.cpp Modified: cfe/trunk/unittests/Basic/FileManagerTest.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Basic/FileManagerTest.cpp?rev=337807&r1=337806&r2=337807&view=diff ============================================================================== --- cfe/trunk/unittests/Basic/FileManagerTest.cpp (original) +++ cfe/trunk/unittests/Basic/FileManagerTest.cpp Mon Jul 23 20:34:15 2018 @@ -266,7 +266,7 @@ TEST_F(FileManagerTest, addRemoveStatCac // getFile() Should return the same entry as getVirtualFile if the file actually // is a virtual file, even if the name is not exactly the same (but is after // normalisation done by the file system, like on Windows). This can be checked -// here by checkng the size. +// here by checking the size. TEST_F(FileManagerTest, getVirtualFileWithDifferentName) { // Inject fake files into the file system. auto statCache = llvm::make_unique<FakeStatCache>(); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits