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 | 5ccdd923ed204be0aa87887be88d4a0c7de59a27 (patch) | |
tree | 6234844dee649f24d3c985b357241aea2e8bf7f6 /clang/unittests/Basic/FileManagerTest.cpp | |
parent | a25aca21af64e5d28cb170917c7f483b57b346c2 (diff) | |
download | bcm5719-llvm-5ccdd923ed204be0aa87887be88d4a0c7de59a27.tar.gz bcm5719-llvm-5ccdd923ed204be0aa87887be88d4a0c7de59a27.zip |
[Test commit] Fix a spelling error.
llvm-svn: 337807
Diffstat (limited to 'clang/unittests/Basic/FileManagerTest.cpp')
-rw-r--r-- | clang/unittests/Basic/FileManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Basic/FileManagerTest.cpp b/clang/unittests/Basic/FileManagerTest.cpp index 5aa1c0241a7..52cb5b2f0d6 100644 --- a/clang/unittests/Basic/FileManagerTest.cpp +++ b/clang/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>(); |