From 583401970ab4e260ef192b48dc7646993d8fd0f2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Aug 2012 16:39:47 +0000 Subject: [PATCH] Fixed typo --- include/osg/GLObjects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/GLObjects b/include/osg/GLObjects index b8fd2bf40..55be13199 100644 --- a/include/osg/GLObjects +++ b/include/osg/GLObjects @@ -31,7 +31,7 @@ extern OSG_EXPORT void flushAllDeletedGLObjects(unsigned int contextID); extern OSG_EXPORT void deleteAllGLObjects(unsigned int contextID); /** Discard all OpenGL objects. - * Note, unlike deleteAllObjectObjects discard does not + * Note, unlike deleteAllGLjects discard does not * do any OpenGL calls so can be called from any thread, but as a consequence it * also doesn't remove the associated OpenGL resource so discard should only be * called when the associated graphics context is being/has been closed. */