diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-04-19T18·11+0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-04-19T18·11+0700 |
commit | 08760addbe9732d8ee889328229781313baf6e96 (patch) | |
tree | 2bc864ece816fdebc00b124741a01472b764b55f /absl/types/span.h | |
parent | 5b535401665cc6aa96d54a5c9b0901153d97210f (diff) |
Fix some typos.
Diffstat (limited to 'absl/types/span.h')
-rw-r--r-- | absl/types/span.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/types/span.h b/absl/types/span.h index 6ba466850456..d365f17d5219 100644 --- a/absl/types/span.h +++ b/absl/types/span.h @@ -224,7 +224,7 @@ using EnableIfConvertibleToSpanConst = // point to remains alive, must also ensure that such memory does not get // reallocated. Therefore, to avoid undefined behavior, containers with // associated span views should not invoke operations that may reallocate memory -// (such as resizing) or invalidate iterarors into the container. +// (such as resizing) or invalidate iterators into the container. // // One common use for a `Span` is when passing arguments to a routine that can // accept a variety of array types (e.g. a `std::vector`, `absl::InlinedVector`, |