diff options
Diffstat (limited to 'absl/status/status.h')
-rw-r--r-- | absl/status/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/status/status.h b/absl/status/status.h index de10996f..42f634e0 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 |