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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to