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/algorithm/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/algorithm/container.h') diff --git a/absl/algorithm/container.h b/absl/algorithm/container.h index 8d0d403..ebe3244 100644 --- a/absl/algorithm/container.h +++ b/absl/algorithm/container.h @@ -1578,7 +1578,7 @@ decay_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 -- cgit v1.2.3