Correct spelling of "suppress"

This commit is contained in:
Alex Henrie
2015-01-30 15:22:48 -07:00
parent 94ebde8bcf
commit c6d7ab8f8f

View File

@@ -58,7 +58,7 @@ void test_disabled()
BOOST_ASSERT(p); BOOST_ASSERT(p);
BOOST_ASSERT_MSG(p, "msg"); BOOST_ASSERT_MSG(p, "msg");
// supress warnings // suppress warnings
p = &x; p = &x;
p = &p; p = &p;
} }