diff options
Diffstat (limited to 'runtime/base/logging.h')
-rw-r--r-- | runtime/base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/logging.h b/runtime/base/logging.h index 014f4ab5bf..8b34374560 100644 --- a/runtime/base/logging.h +++ b/runtime/base/logging.h @@ -72,7 +72,7 @@ extern unsigned int gAborting; // This can be used to reveal or conceal logs with specific tags. extern void InitLogging(char* argv[]); -// Returns the command line used to invoke the current tool or nullptr if InitLogging hasn't been +// Returns the command line used to invoke the current tool or null if InitLogging hasn't been // performed. extern const char* GetCmdLine(); |