diff options
author | Dan Gohman <gohman@apple.com> | 2007-10-08 15:10:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-10-08 15:10:04 +0000 |
commit | ea3c73629fb4c2bcb58d3c9f160592ff677abcf1 (patch) | |
tree | 46102096975f5c86d830ef9bae0a7bded4a56c3e /llvm/include/llvm/Support/CommandLine.h | |
parent | 13ab93efde5a66221762adaba836149783de94ff (diff) | |
download | bcm5719-llvm-ea3c73629fb4c2bcb58d3c9f160592ff677abcf1.tar.gz bcm5719-llvm-ea3c73629fb4c2bcb58d3c9f160592ff677abcf1.zip |
Fix grammar in a comment.
llvm-svn: 42748
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 562ba04aa50..106082cee96 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -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)()); |