From 88bd9ab6ae7edd7daedeaa7e307fc8da7669c3ac Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 25 Sep 2011 15:18:10 +0100 Subject: [PATCH] Fixed typo --- doc/pages.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages.doxy b/doc/pages.doxy index 1115d6ab..d30242e2 100644 --- a/doc/pages.doxy +++ b/doc/pages.doxy @@ -265,7 +265,7 @@ void foo() \section advanced_inline Force Inline - GLM's functions are defined in headers, so they are defined with C++'s "inline" delcaration. + GLM's functions are defined in headers, so they are defined with C++'s "inline" declaration. This does not require the compiler to inline them, however. To force the compiler to inline the function, using whatever capabilities that the compiler provides to do so, GLM_FORCE_INLINE can be defined before any inclusion of .