summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-10-08 15:10:04 +0000
committerDan Gohman <gohman@apple.com>2007-10-08 15:10:04 +0000
commit3ab264a985de3d86e0d1f5716f6d633fd8538618 (patch)
treed6fb35673640ad448327fccbbcec701f88069ece /include/llvm/Support/CommandLine.h
parentcdf2b3b2f88d6f961b664e3f67a8ee37b46b0d27 (diff)
downloadllvm-3ab264a985de3d86e0d1f5716f6d633fd8538618.tar.gz
llvm-3ab264a985de3d86e0d1f5716f6d633fd8538618.tar.bz2
llvm-3ab264a985de3d86e0d1f5716f6d633fd8538618.tar.xz
Fix grammar in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/CommandLine.h')
-rw-r--r--include/llvm/Support/CommandLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h
index 562ba04aa5..106082cee9 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)());