Correct spelling of "suppress"

This commit is contained in:
Alex Henrie
2015-01-30 15:22:27 -07:00
parent 84ab59227d
commit 43ee183296

View File

@@ -29,7 +29,7 @@ int main()
type<foo> f = check_return(boost::implicit_cast<foo>("hello"));
type<long> z = check_return(boost::implicit_cast<long>(foo("hello")));
// warning supression:
// warning suppression:
(void)x;
(void)f;
(void)z;