Fixed typo

This commit is contained in:
Christophe Riccio 2011-05-07 15:59:31 +01:00
parent 5d09d8342a
commit 4d1e1b71ca

View File

@ -118,7 +118,7 @@ namespace bitRevert
else if(Data64[i].Result == FAIL && !Compare)
continue;
std::cout << "glm::bitfieldReverse test fail on test " << i << std::endl;
std::cout << "glm::bitRevert test fail on test " << i << std::endl;
return 1;
}