]> granicus.if.org Git - clang/commitdiff
[Test commit] Fix a spelling error.
authorJiading Gai <jiading.gai@gmail.com>
Tue, 24 Jul 2018 03:34:15 +0000 (03:34 +0000)
committerJiading Gai <jiading.gai@gmail.com>
Tue, 24 Jul 2018 03:34:15 +0000 (03:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337807 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Basic/FileManagerTest.cpp

index 5aa1c0241a7436c83673c2f5368247e8a7f37448..52cb5b2f0d65032eeba6eb94645fd39a5a580aff 100644 (file)
@@ -266,7 +266,7 @@ TEST_F(FileManagerTest, addRemoveStatCache) {
 // 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>();