diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-04-20 01:11:44 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-04-20 01:11:44 +0700 |
commit | 08760addbe9732d8ee889328229781313baf6e96 (patch) | |
tree | 2bc864ece816fdebc00b124741a01472b764b55f /absl/container | |
parent | 5b535401665cc6aa96d54a5c9b0901153d97210f (diff) |
Fix some typos.
Diffstat (limited to 'absl/container')
-rw-r--r-- | absl/container/inlined_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/inlined_vector.h b/absl/container/inlined_vector.h index cb36dc75..78f78ea7 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); |