diff options
author | Abseil Team <absl-team@google.com> | 2023-09-12 11:18:49 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-09-12 11:19:39 -0700 |
commit | f5b19acb907305a942f455154b85563ba34990cb (patch) | |
tree | 5c7cf051112d597d8cfb892fabcc89844441bf45 | |
parent | 5ae23ed130027e2376e0868ec4bb4fa358b7e238 (diff) |
Typo fix.
PiperOrigin-RevId: 564779671
Change-Id: I8cae825a533a00ff1983b48782486d5d00dae69a
-rw-r--r-- | absl/base/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |