summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:46:43 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:46:43 +0000
commit3170de0eb82d54c907786e11afaed32e0ca86d2a (patch)
tree534fa2ab128d392e69537b01fafe114c2b30bb76 /clang/lib/Frontend/ModuleDependencyCollector.cpp
parentdc771509a45f6a3e9d2553996ce55dbcf93bff3b (diff)
downloadbcm5719-llvm-3170de0eb82d54c907786e11afaed32e0ca86d2a.tar.gz
bcm5719-llvm-3170de0eb82d54c907786e11afaed32e0ca86d2a.zip
fix trivial typos; NFC
llvm-svn: 306954
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
-rw-r--r--clang/lib/Frontend/ModuleDependencyCollector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/ModuleDependencyCollector.cpp b/clang/lib/Frontend/ModuleDependencyCollector.cpp
index 9b34d421135..ede12aab6e6 100644
--- a/clang/lib/Frontend/ModuleDependencyCollector.cpp
+++ b/clang/lib/Frontend/ModuleDependencyCollector.cpp
@@ -248,7 +248,7 @@ std::error_code ModuleDependencyCollector::copyToRoot(StringRef Src,
// Always map a canonical src path to its real path into the YAML, by doing
// this we map different virtual src paths to the same entry in the VFS
// overlay, which is a way to emulate symlink inside the VFS; this is also
- // needed for correctness, not doing that can lead to module redifinition
+ // needed for correctness, not doing that can lead to module redefinition
// errors.
addFileMapping(VirtualPath, CacheDst);
return std::error_code();
OpenPOWER on IntegriCloud