diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-09-23 21:43:57 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-09-23 21:43:57 +0000 |
commit | b17cc9e904c277b97cc4d57227122acd8d46ed36 (patch) | |
tree | 05868c1244e3a5a1933caa4780a6d9887e29e8f3 | |
parent | e3b159c0d4a93db8586861ff011b5a10de4ae6ef (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114697 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Frontend/DependencyOutputOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/DependencyOutputOptions.h b/include/clang/Frontend/DependencyOutputOptions.h index ab8e49df9a..10327c022a 100644 --- a/include/clang/Frontend/DependencyOutputOptions.h +++ b/include/clang/Frontend/DependencyOutputOptions.h @@ -24,7 +24,7 @@ public: /// dependency, which can avoid some 'make' /// problems. - /// The file to write depencency output to. + /// The file to write dependency output to. std::string OutputFile; /// A list of names to use as the targets in the dependency file; this list |