summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-02-26 08:43:43 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-02-26 08:43:43 +0000
commitc367dfc2f458e30249544ea2c8b05c956b419162 (patch)
treec675d532ea814bfa99d0bde1a5c466e59672e47d /tools/llvm-stress
parentfdc309cc4e95778d7615f3829917c4fe42086e1e (diff)
downloadllvm-c367dfc2f458e30249544ea2c8b05c956b419162.tar.gz
llvm-c367dfc2f458e30249544ea2c8b05c956b419162.tar.bz2
llvm-c367dfc2f458e30249544ea2c8b05c956b419162.tar.xz
fix a copy-and-paste error in the docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-stress')
-rw-r--r--tools/llvm-stress/llvm-stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-stress/llvm-stress.cpp b/tools/llvm-stress/llvm-stress.cpp
index e24e76679a..e99d54b256 100644
--- a/tools/llvm-stress/llvm-stress.cpp
+++ b/tools/llvm-stress/llvm-stress.cpp
@@ -1,4 +1,4 @@
-//===-- llvm-stress.cpp - Print the size of each object section ------------===//
+//===-- llvm-stress.cpp - Generate random LL files to stress-test LLVM -----===//
//
// The LLVM Compiler Infrastructure
//