about summary refs log tree commit diff
path: root/absl/status/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/status/status.cc')
-rw-r--r--absl/status/status.cc2
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.