From 9c32e50df8e7bbd777c64107e7580ed434f003c0 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Thu, 27 Apr 2023 22:10:09 +0200 Subject: Fix spelling mistakes --- absl/meta/type_traits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/meta') diff --git a/absl/meta/type_traits.h b/absl/meta/type_traits.h index 01a0155e..abaf96af 100644 --- a/absl/meta/type_traits.h +++ b/absl/meta/type_traits.h @@ -505,7 +505,7 @@ struct is_trivially_relocatable #else // Otherwise we use a fallback that detects only those types we can feasibly // detect. Any time that has trivial move-construction and destruction -// operations is by definition trivally relocatable. +// operations is by definition trivially relocatable. template struct is_trivially_relocatable : absl::conjunction, -- cgit v1.2.3