From f1a2e91e4e08a24b1712ee4484ef534f502bead5 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Sun, 12 Aug 2018 21:45:39 -0700 Subject: [PATCH] fixed typo --- include/gsl/gsl_assert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/gsl_assert b/include/gsl/gsl_assert index 321bf20..3c952e6 100644 --- a/include/gsl/gsl_assert +++ b/include/gsl/gsl_assert @@ -22,7 +22,7 @@ // // make suppress attributes parse for some compilers -// Hopefully temporary until suppresion stardization occurs +// Hopefully temporary until suppresion standardization occurs // #if defined (_MSC_VER) #define GSL_SUPPRESS(x) [[gsl::suppress(x)]]