Bug 50161 - [doc]Fix a typo in the document of MESA
Summary: [doc]Fix a typo in the document of MESA
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-20 22:24 UTC by Homer Hsing
Modified: 2012-05-21 07:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Homer Hsing 2012-05-20 22:24:53 UTC
There is a typo in the document of MESA. Here is the patch fixing the typo.

diff --git a/docs/dispatch.html b/docs/dispatch.html
index c3a33b9..620aecd 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -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>
Comment 1 Brian Paul 2012-05-21 07:08:53 UTC
Fixed.  Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.