fixed typo

This commit is contained in:
Anna Gringauze
2018-08-12 21:45:39 -07:00
committed by GitHub
parent cea0d0ac2b
commit f1a2e91e4e

View File

@ -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)]]