[cfe-commits] r114697 - /cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h

Nick Lewycky nicholas at mxc.ca
Thu Sep 23 14:43:57 PDT 2010


Author: nicholas
Date: Thu Sep 23 16:43:57 2010
New Revision: 114697

URL: http://llvm.org/viewvc/llvm-project?rev=114697&view=rev
Log:
Fix typo.

Modified:
    cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h

Modified: cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h?rev=114697&r1=114696&r2=114697&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/DependencyOutputOptions.h Thu Sep 23 16:43:57 2010
@@ -24,7 +24,7 @@
                                      /// 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





More information about the cfe-commits mailing list