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/base/casts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/base/casts.h') diff --git a/absl/base/casts.h b/absl/base/casts.h index 3096d4c12207..8bd5264d9780 100644 --- a/absl/base/casts.h +++ b/absl/base/casts.h @@ -123,7 +123,7 @@ inline To implicit_cast(typename absl::internal::identity_t to) { // // Such casting results in type punning: holding an object in memory of one type // and reading its bits back using a different type. A `bit_cast()` avoids this -// issue by implementating its casts using `memcpy()`, which avoids introducing +// issue by implementing its casts using `memcpy()`, which avoids introducing // this undefined behavior. template inline Dest bit_cast(const Source& source) { -- cgit 1.4.1