Fix grammar in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 8 Oct 2007 15:10:04 +0000 (15:10 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Oct 2007 15:10:04 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42748 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index 562ba04aa5091d0ca6badf107d356e52df16e315..106082cee96d6d79c630545ecac7a8a2cd4c64d7 100644 (file)
@@ -53,7 +53,7 @@ void ParseEnvironmentOptions(const char *progName, const char *envvar,
 ///===---------------------------------------------------------------------===//
 /// 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)());