diff options
-rw-r--r-- | absl/log/check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/check.h b/absl/log/check.h index 0a2f2e4e..50f633dd 100644 --- a/absl/log/check.h +++ b/absl/log/check.h @@ -169,7 +169,7 @@ #define DCHECK_OK(status) ABSL_LOG_INTERNAL_DCHECK_OK_IMPL((status), #status) // `CHECK_STREQ` and friends provide `CHECK_EQ` functionality for C strings, -// i.e., nul-terminated char arrays. The `CASE` versions are case-insensitive. +// i.e., null-terminated char arrays. The `CASE` versions are case-insensitive. // // Example: // |