[Mesa-dev] [Bug 50161] New: [doc]Fix a typo in the document of MESA

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 20 22:24:53 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50161

             Bug #: 50161
           Summary: [doc]Fix a typo in the document of MESA
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: dongsheng.xing at intel.com


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>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list