mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fixed typo
This commit is contained in:
parent
5d09d8342a
commit
4d1e1b71ca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue