diff options
Diffstat (limited to 'absl/base/config.h')
-rw-r--r-- | absl/base/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h index 875d8e4fbada..4aff49237964 100644 --- a/absl/base/config.h +++ b/absl/base/config.h @@ -335,7 +335,7 @@ // ABSL_HAVE_STD_ANY // -// Checks whether C++17 std::any is availble by checking whether <any> exists. +// Checks whether C++17 std::any is available by checking whether <any> exists. #ifdef ABSL_HAVE_STD_ANY #error "ABSL_HAVE_STD_ANY cannot be directly set." #endif |