aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/Action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Action.cpp')
-rw-r--r--tools/llvmc2/Action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Action.cpp b/tools/llvmc2/Action.cpp
index 3d61d37368..80531c0806 100644
--- a/tools/llvmc2/Action.cpp
+++ b/tools/llvmc2/Action.cpp
@@ -34,7 +34,7 @@ namespace {
if (!prog.canExecute())
throw std::runtime_error("Program '" + name + "' is not executable.");
- // Build the command line vector and redirects.
+ // Build the command line vector and the redirects array.
const sys::Path* redirects[3] = {0,0,0};
sys::Path stdout_redirect;