summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/llvm-extract.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
committerAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
commit2cccc6220cc351b52d2cd2d0b7139502e854b68d (patch)
treeab1e29c1c732267f8fc6e0407243499e46fea9a3 /tools/llvm-extract/llvm-extract.cpp
parentc1fe3e3b330d9404530abc2fbbd0f6d1fa64ce01 (diff)
downloadllvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.gz
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.bz2
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-extract/llvm-extract.cpp')
-rw-r--r--tools/llvm-extract/llvm-extract.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-extract/llvm-extract.cpp b/tools/llvm-extract/llvm-extract.cpp
index 9ba68b465d..dc1a410953 100644
--- a/tools/llvm-extract/llvm-extract.cpp
+++ b/tools/llvm-extract/llvm-extract.cpp
@@ -53,7 +53,7 @@ static cl::list<std::string>
ExtractFuncs("func", cl::desc("Specify function to extract"),
cl::ZeroOrMore, cl::value_desc("function"));
-// ExtractRegExpFuncs - The functions, matched via regular expression, to
+// ExtractRegExpFuncs - The functions, matched via regular expression, to
// extract from the module.
static cl::list<std::string>
ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "