aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/blaze_util.h')
-rw-r--r--src/main/cpp/blaze_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/blaze_util.h b/src/main/cpp/blaze_util.h
index 4b477d356b..68fd9bbe4e 100644
--- a/src/main/cpp/blaze_util.h
+++ b/src/main/cpp/blaze_util.h
@@ -80,7 +80,7 @@ const char* GetUnaryOption(const char *arg,
// Returns true iff 'arg' equals 'key'.
// Dies with a syntax error if arg starts with 'key='.
-// Returns NULL otherwise.
+// Returns false otherwise.
bool GetNullaryOption(const char *arg, const char *key);
// Enable messages mostly of interest to developers.