r337807 - [Test commit] Fix a spelling error.

Jiading Gai via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 20:34:15 PDT 2018


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>();




More information about the cfe-commits mailing list