docs: fix a typo
authorHomer Hsing <dongsheng.xing@intel.com>
Mon, 21 May 2012 14:07:20 +0000 (08:07 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 21 May 2012 14:07:20 +0000 (08:07 -0600)
Signed-off-by: Brian Paul <brianp@vmware.com>
docs/dispatch.html

index c3a33b90bf7ae91ed6f125e1e194da98f40deda6..620aecd747138c3002860c33030a9b5f3c1c0387 100644 (file)
@@ -84,7 +84,7 @@ void glVertex3f(GLfloat x, GLfloat y, GLfloat z)
 <p>The problem with this simple implementation is the large amount of
 overhead that it adds to every GL function call.</p>
 
-<p>In a multithreaded environment, a niave implementation of
+<p>In a multithreaded environment, a naive implementation of
 <tt>GET_DISPATCH</tt> involves a call to <tt>pthread_getspecific</tt> or a
 similar function.  Mesa provides a wrapper function called
 <tt>_glapi_get_dispatch</tt> that is used by default.</p>