aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnna Gringauze <annagrin@microsoft.com>2018-08-12 21:45:39 -0700
committerGitHub <noreply@github.com>2018-08-12 21:45:39 -0700
commitf1a2e91e4e08a24b1712ee4484ef534f502bead5 (patch)
treef261e9529cfb2e5265431efa22d98fdf36554345 /include
parentcea0d0ac2bd775f0fb4c7e357a089979370ae3cd (diff)
downloadplatform_external_Microsoft-GSL-f1a2e91e4e08a24b1712ee4484ef534f502bead5.tar.gz
platform_external_Microsoft-GSL-f1a2e91e4e08a24b1712ee4484ef534f502bead5.tar.bz2
platform_external_Microsoft-GSL-f1a2e91e4e08a24b1712ee4484ef534f502bead5.zip
fixed typo
Diffstat (limited to 'include')
-rw-r--r--include/gsl/gsl_assert2
1 files changed, 1 insertions, 1 deletions
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)]]