diff --git a/absl/types/any.h b/absl/types/any.h
index f29de0379ab3a539579cfc265d8a8fd2b1afb236..2e7bf21f55f688415c20f79ecc046c38f124764c 100644
--- a/absl/types/any.h
+++ b/absl/types/any.h
@@ -103,8 +103,8 @@ template <typename Type>
 constexpr char TypeTag<Type>::dummy_var;
 
 // FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
-// passed in type. These are meant to be good match for keys into maps or straight
-// up comparisons.
+// passed in type. These are meant to be good match for keys into maps or
+// straight up comparisons.
 template<typename Type>
 constexpr inline const void* FastTypeId() {
   return &TypeTag<Type>::dummy_var;