diff options
author | Dan Gohman <djg@cray.com> | 2007-10-08 15:10:04 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2007-10-08 15:10:04 +0000 |
commit | c1cccfd78f2cd1a55a1570bfb37e7cf9d83ec9d3 (patch) | |
tree | d6fb35673640ad448327fccbbcec701f88069ece | |
parent | b0f86e88586caad7a3a2bae75f11ac268fd8719d (diff) | |
download | external_llvm-c1cccfd78f2cd1a55a1570bfb37e7cf9d83ec9d3.zip external_llvm-c1cccfd78f2cd1a55a1570bfb37e7cf9d83ec9d3.tar.gz external_llvm-c1cccfd78f2cd1a55a1570bfb37e7cf9d83ec9d3.tar.bz2 |
Fix grammar in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42748 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 562ba04..106082c 100644 --- a/include/llvm/Support/CommandLine.h +++ b/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)()); |