From f5b19acb907305a942f455154b85563ba34990cb Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 12 Sep 2023 11:18:49 -0700 Subject: Typo fix. PiperOrigin-RevId: 564779671 Change-Id: I8cae825a533a00ff1983b48782486d5d00dae69a --- absl/base/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/base') diff --git a/absl/base/attributes.h b/absl/base/attributes.h index 61b79f45..f21dcb3c 100644 --- a/absl/base/attributes.h +++ b/absl/base/attributes.h @@ -687,7 +687,7 @@ // When deprecating Abseil code, it is sometimes necessary to turn off the // warning within Abseil, until the deprecated code is actually removed. The -// deprecated code can be surrounded with these directives to acheive that +// deprecated code can be surrounded with these directives to achieve that // result. // // class ABSL_DEPRECATED("Use Bar instead") Foo; -- cgit v1.2.3