about summary refs log tree commit diff
path: root/absl/container
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-04-19T18·11+0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2018-04-19T18·11+0700
commit08760addbe9732d8ee889328229781313baf6e96 (patch)
tree2bc864ece816fdebc00b124741a01472b764b55f /absl/container
parent5b535401665cc6aa96d54a5c9b0901153d97210f (diff)
Fix some typos.
Diffstat (limited to 'absl/container')
-rw-r--r--absl/container/inlined_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/inlined_vector.h b/absl/container/inlined_vector.h
index cb36dc756dfb..78f78ea70221 100644
--- a/absl/container/inlined_vector.h
+++ b/absl/container/inlined_vector.h
@@ -549,7 +549,7 @@ class InlinedVector {
   }
 
   // Overload of InlinedVector::erase() for erasing all elements in the
-  // iteraror range [first, last) in the inlined vector, returning an iterator
+  // iterator range [first, last) in the inlined vector, returning an iterator
   // pointing to the first element following the range erased, or the
   // container's end if range included the container's last element.
   iterator erase(const_iterator first, const_iterator last);