Fixed more typos

This commit is contained in:
Christophe Riccio 2011-06-02 13:22:50 +01:00
parent f21030cce2
commit 0ffce51edf

View File

@ -24,8 +24,7 @@
#endif//GLM_MESSAGE
//! GLM namespace, it contains all GLSL based features.
namespace glm
{
namespace glm{
namespace test
{
bool main_bug();
@ -44,8 +43,7 @@ namespace glm
//! Some of the functions defined in section 8 Built-in Functions of GLSL 1.30.8 specification.
//! Angle and trigonometry, exponential, common, geometric, matrix and vector relational functions.
namespace function{}
}
//namespace core
}//namespace core
//! G-Truc Creation stable extensions.
namespace gtc{}
@ -55,8 +53,7 @@ namespace glm
namespace gtx{}
//! VIRTREV extensions.
namespace img{}
namespace virtrev{}
}//namespace glm
#include "./core/_detail.hpp"