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 #endif//GLM_MESSAGE
//! GLM namespace, it contains all GLSL based features. //! GLM namespace, it contains all GLSL based features.
namespace glm namespace glm{
{
namespace test namespace test
{ {
bool main_bug(); 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. //! 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. //! Angle and trigonometry, exponential, common, geometric, matrix and vector relational functions.
namespace function{} namespace function{}
} }//namespace core
//namespace core
//! G-Truc Creation stable extensions. //! G-Truc Creation stable extensions.
namespace gtc{} namespace gtc{}
@ -55,8 +53,7 @@ namespace glm
namespace gtx{} namespace gtx{}
//! VIRTREV extensions. //! VIRTREV extensions.
namespace img{} namespace virtrev{}
}//namespace glm }//namespace glm
#include "./core/_detail.hpp" #include "./core/_detail.hpp"