summaryrefslogtreecommitdiff
path: root/absl/status
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2020-09-18 15:55:15 -0700
committerGravatar Gennadiy Rozental <rogeeff@google.com>2020-09-20 18:26:41 -0400
commitd3614de6178018178723ac3b8b4baaf3f1dc7fcb (patch)
treee8bcc758d2d7d5ee9d8c9cf192f8bb6239d491b4 /absl/status
parent20feb1cdbd60a80fa1776d23adef1ad69d879110 (diff)
Export of internal Abseil changes
-- 1829e203300191671abd4b478ca189019e6f88b1 by Abseil Team <absl-team@google.com>: Don't return true from Demangle() when we didn't actually produce demangled output. PiperOrigin-RevId: 332544020 -- 239b617bd8322cfda69d0dcdd3d78499ed61206d by Abseil Team <absl-team@google.com>: Minor documentation fix. PiperOrigin-RevId: 332517877 -- d566c156619bbdceaf6e84bd0d3aa575d5e790f8 by Gennadiy Rozental <rogeeff@google.com>: Added missing asserts for seq.index() < capacity_ and unified their usage based on has_element(). Import of https://github.com/abseil/abseil-cpp/pull/781 PiperOrigin-RevId: 332229369 GitOrigin-RevId: 1829e203300191671abd4b478ca189019e6f88b1 Change-Id: I5bb1f713497fef54a7abaf2020be91cb32e87b93
Diffstat (limited to 'absl/status')
-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 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