about summary refs log tree commit diff
path: root/absl/base/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/base/config.h')
-rw-r--r--absl/base/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h
index de33120f22..2f5f15951f 100644
--- a/absl/base/config.h
+++ b/absl/base/config.h
@@ -384,7 +384,7 @@
 
 // ABSL_HAVE_STD_VARIANT
 //
-// Checks whether C++17 std::optional is available.
+// Checks whether C++17 std::variant is available.
 #ifdef ABSL_HAVE_STD_VARIANT
 #error "ABSL_HAVE_STD_VARIANT cannot be directly set."
 #endif