From 3f9226da37e088e356fbd5bd00730062cd335ee4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 16 Jun 2022 09:28:47 -0600 Subject: [PATCH] [meta] Fix typo --- src/hb-meta.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-meta.hh b/src/hb-meta.hh index 625b36062..e97d790fc 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -188,7 +188,7 @@ template <> struct hb_int_max : hb_integral_constant struct hb_int_max : hb_integral_constant {}; #define hb_int_max(T) hb_int_max::value -#if defined(__GNUG__) && __GNUC__ < 5 +#if defined(__GNUC__) && __GNUC__ < 5 #define hb_is_trivially_copyable(T) __has_trivial_copy(T) #define hb_is_trivially_copy_assignable(T) __has_trivial_assign(T) #define hb_is_trivially_constructible(T) __has_trivial_constructor(T)