summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/command_line.h')
-rw-r--r--base/command_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/command_line.h b/base/command_line.h
index c727b8a..8271206 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -121,7 +121,7 @@ class CommandLine {
bool include_program);
// On POSIX systems it's common to run processes via a wrapper (like
- // "valgrind" or "gdb --args"). *Note, only availible on POSIX*
+ // "valgrind" or "gdb --args").
void PrependWrapper(const std::wstring& wrapper);
private: