diff options
Diffstat (limited to 'absl')
-rw-r--r-- | absl/status/status.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/status/status.cc b/absl/status/status.cc index df3b740f7729..52ecc0efda98 100644 --- a/absl/status/status.cc +++ b/absl/status/status.cc @@ -176,7 +176,7 @@ void Status::ForEachPayload( #ifdef NDEBUG visitor(elem.type_url, elem.payload); #else - // In debug mode invaldiate the type url to prevent users from relying on + // In debug mode invalidate the type url to prevent users from relying on // this std::string lifetime. // NOLINTNEXTLINE intentional extra conversion to force temporary. |