From 08760addbe9732d8ee889328229781313baf6e96 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 20 Apr 2018 01:11:44 +0700 Subject: Fix some typos. --- absl/meta/type_traits.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'absl/meta') diff --git a/absl/meta/type_traits.h b/absl/meta/type_traits.h index ac5d8e1..73a5685 100644 --- a/absl/meta/type_traits.h +++ b/absl/meta/type_traits.h @@ -72,7 +72,7 @@ struct default_alignment_of_aligned_storage using void_t = typename type_traits_internal::VoidTImpl::type; @@ -193,7 +193,7 @@ struct is_trivially_destructible // LWG issue 2116: http://cplusplus.github.io/LWG/lwg-active.html#2116. // // "T obj();" need to be well-formed and not call any nontrivial operation. -// Nontrivally destructible types will cause the expression to be nontrivial. +// Nontrivially destructible types will cause the expression to be nontrivial. template struct is_trivially_default_constructible : std::integral_constant());` needs to be well-formed and not call any -// nontrivial operation. Nontrivally destructible types will cause the +// nontrivial operation. Nontrivially destructible types will cause the // expression to be nontrivial. template struct is_trivially_copy_constructible -- cgit v1.2.3