aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2016-04-05 23:52:40 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-04-07 11:42:40 +0000
commit3820e8dead9ea9f223a6d948f522c0e2f8a85b95 (patch)
treebd5b2d273308db735bd26e52280797f7d18449f8 /src
parentae22e1018721e995e54c76006edda0e298cdf1e3 (diff)
cpp: fix the name of the function where |extracted_binaries| is populated
There is no GetInstallDir() function that populates |extracted_binaries| vector. The one that exists and populates it, is called GetInstallBase() in src/main/cpp/blaze.cc. -- Change-Id: I09f951a132800e133197f5ec3206f436f90555f9 Reviewed-on: https://bazel-review.googlesource.com/c/3250/ MOS_MIGRATED_REVID=119107145
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/blaze_globals.h b/src/main/cpp/blaze_globals.h
index c655a55eb6..b09e5ebf7a 100644
--- a/src/main/cpp/blaze_globals.h
+++ b/src/main/cpp/blaze_globals.h
@@ -66,7 +66,7 @@ struct GlobalVariables {
volatile sig_atomic_t received_signal;
// Contains the relative paths of all the files in the attached zip, and is
- // populated during GetInstallDir().
+ // populated during GetInstallBase().
vector<string> extracted_binaries;
// Parsed startup options