about summary refs log tree commit diff
path: root/absl/algorithm/container.h
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/algorithm/container.h
parent5b535401665cc6aa96d54a5c9b0901153d97210f (diff)
Fix some typos.
Diffstat (limited to 'absl/algorithm/container.h')
-rw-r--r--absl/algorithm/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/algorithm/container.h b/absl/algorithm/container.h
index 8d0d40359688..ebe3244555fa 100644
--- a/absl/algorithm/container.h
+++ b/absl/algorithm/container.h
@@ -1578,7 +1578,7 @@ decay_t<T> c_inner_product(const Sequence1& factors1, const Sequence2& factors2,
 }
 
 // Overload of c_inner_product() for using binary operations other than
-// `operator+` (for computing the accumlation) and `operator*` (for computing
+// `operator+` (for computing the accumulation) and `operator*` (for computing
 // the product between the two container's element pair).
 template <typename Sequence1, typename Sequence2, typename T,
           typename BinaryOp1, typename BinaryOp2>