[llvm-commits] [llvm] r42748 - /llvm/trunk/include/llvm/Support/CommandLine.h

Dan Gohman djg at cray.com
Mon Oct 8 08:10:04 PDT 2007


Author: djg
Date: Mon Oct  8 10:10:04 2007
New Revision: 42748

URL: http://llvm.org/viewvc/llvm-project?rev=42748&view=rev
Log:
Fix grammar in a comment.

Modified:
    llvm/trunk/include/llvm/Support/CommandLine.h

Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=42748&r1=42747&r2=42748&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Mon Oct  8 10:10:04 2007
@@ -53,7 +53,7 @@
 ///===---------------------------------------------------------------------===//
 /// SetVersionPrinter - Override the default (LLVM specific) version printer
 ///                     used to print out the version when --version is given
-///                     on the command line. This gives other systems using the
+///                     on the command line. This allows other systems using the
 ///                     CommandLine utilities to print their own version string.
 void SetVersionPrinter(void (*func)());
 





More information about the llvm-commits mailing list