r300g: do not use the c++ template keyword
[mesa.git] / docs / devinfo.html
index 0fb816749ed39b8866072275416cc1f96401a3a5..df0e7265249a698dfee86e6a3cd09a43e2547759 100644 (file)
@@ -107,7 +107,7 @@ Global variables are not allowed.
 Function name examples:
 </p>
 <pre>
-       glFooBar()       - a public GL entry point (in dispatch.c)
+       glFooBar()       - a public GL entry point (in glapi_dispatch.c)
        _mesa_FooBar()   - the internal immediate mode function
        save_FooBar()    - retained mode (display list) function in dlist.c
        foo_bar()        - a static (private) function