summaryrefslogtreecommitdiff
path: root/debian/patches/cordrepring-typo.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/cordrepring-typo.diff')
-rw-r--r--debian/patches/cordrepring-typo.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/cordrepring-typo.diff b/debian/patches/cordrepring-typo.diff
deleted file mode 100644
index 6f21896b..00000000
--- a/debian/patches/cordrepring-typo.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Benjamin Barenblat <bbaren@google.com>
-Subject: Fix typo in CordRepRing error message
-Forwarded: yes
-Applied-Upstream: https://github.com/abseil/abseil-cpp/commit/b97a1ecda869ca8754d467a56c50275cebfeb328
-
-The author works at Google. Upstream applied this patch as Piper
-revision 367481280 and exported it to GitHub; the Applied-Upstream URL
-above points to the exported commit.
-
---- a/absl/strings/internal/cord_rep_ring.cc
-+++ b/absl/strings/internal/cord_rep_ring.cc
-@@ -301,7 +301,7 @@
- if (offset >= child->length || entry_length > child->length - offset) {
- output << "entry[" << head << "] has offset " << offset
- << " and entry length " << entry_length
-- << " which are outside of the childs length of " << child->length;
-+ << " which are outside of the child's length of " << child->length;
- return false;
- }
-