From 08760addbe9732d8ee889328229781313baf6e96 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 20 Apr 2018 01:11:44 +0700 Subject: Fix some typos. --- absl/container/inlined_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/container') 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); -- cgit 1.4.1