Browse Source

Fixed typo

Christophe Riccio 14 years ago
parent
commit
4d1e1b71ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/core_func_integer.cpp

+ 1 - 1
test/core/core_func_integer.cpp

@@ -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;
 		}