aboutsummaryrefslogtreecommitdiff
path: root/absl/status/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/status/status.h')
-rw-r--r--absl/status/status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/status/status.h b/absl/status/status.h
index de10996..42f634e 100644
--- a/absl/status/status.h
+++ b/absl/status/status.h
@@ -365,8 +365,8 @@ class ABSL_MUST_USE_RESULT Status final {
// Constructors
// This default constructor creates an OK status with no message or payload.
- // Avoid this constructor and pefer explicit construction of an OK status with
- // `absl::OkStatus()`.
+ // Avoid this constructor and prefer explicit construction of an OK status
+ // with `absl::OkStatus()`.
Status();
// Creates a status in the canonical error space with the specified