about summary refs log tree commit diff
path: root/absl/status/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/status/status.h')
-rw-r--r--absl/status/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/status/status.h b/absl/status/status.h
index 67ff988f85f9..967e60644f60 100644
--- a/absl/status/status.h
+++ b/absl/status/status.h
@@ -78,7 +78,7 @@ class ABSL_MUST_USE_RESULT Status final {
   Status();
 
   // Create a status in the canonical error space with the specified code and
-  // error message.  If `code == util::error::OK`, `msg` is ignored and an
+  // error message.  If `code == absl::StatusCode::kOk`, `msg` is ignored and an
   // object identical to an OK status is constructed.
   //
   // `msg` must be in UTF-8. The implementation may complain (e.g.,