diff --git a/absl/base/attributes.h b/absl/base/attributes.h index 61b79f450ad..f21dcb3ca89 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;