Fix comment typo

This commit is contained in:
Olly Betts 2022-10-06 18:06:20 +13:00
parent 80d05a1a6c
commit 047928d670
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* This test case checks SwigValueWrapper and move assignment. * This test case checks SwigValueWrapper and move assignment.
* Although not necessary, the test case was developed testing with C++98 compatibility for comparing improvements. * Although not necessary, the test case was developed testing with C++98 compatibility for comparing improvements.
* C++11 and later is of course required for the move assignment support. * C++11 and later is of course required for the move assignment support.
* C++98 is not actually necesary now as the test-suite only runs this test with compilers that support C++11 and later. * C++98 is not actually necessary now as the test-suite only runs this test with compilers that support C++11 and later.
*/ */
%{ %{