fixed typo

This commit is contained in:
Anna Gringauze 2018-08-12 21:45:39 -07:00 committed by GitHub
parent cea0d0ac2b
commit f1a2e91e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
// //
// make suppress attributes parse for some compilers // make suppress attributes parse for some compilers
// Hopefully temporary until suppresion stardization occurs // Hopefully temporary until suppresion standardization occurs
// //
#if defined (_MSC_VER) #if defined (_MSC_VER)
#define GSL_SUPPRESS(x) [[gsl::suppress(x)]] #define GSL_SUPPRESS(x) [[gsl::suppress(x)]]