diff options
author | Jiading Gai <jiading.gai@gmail.com> | 2018-07-24 03:34:15 +0000 |
---|---|---|
committer | Jiading Gai <jiading.gai@gmail.com> | 2018-07-24 03:34:15 +0000 |
commit | 561a0afd9c46b4ca38b09ee5a4b8115394cd4917 (patch) | |
tree | 48e15a2aa7689cc9eb2e33b7429a79d0827ee8a9 /unittests/Basic/FileManagerTest.cpp | |
parent | 03e4db7ebd8f8127a4d9c3259e239c1a3f367650 (diff) | |
download | clang-561a0afd9c46b4ca38b09ee5a4b8115394cd4917.tar.gz |
[Test commit] Fix a spelling error.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Basic/FileManagerTest.cpp')
-rw-r--r-- | unittests/Basic/FileManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Basic/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp index 5aa1c0241a..52cb5b2f0d 100644 --- a/unittests/Basic/FileManagerTest.cpp +++ b/unittests/Basic/FileManagerTest.cpp @@ -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>(); |