mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mapi/glapi: Fix dup word typo in glapi_getproc.c
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
44f921091a
commit
23cf24e227
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ set_entry_info( struct _glapi_function * entry, const char * signature, unsigned
|
|||
* Fill-in the dispatch stub for the named function.
|
||||
*
|
||||
* This function is intended to be called by a hardware driver. When called,
|
||||
* a dispatch stub may be created created for the function. A pointer to this
|
||||
* a dispatch stub may be created for the function. A pointer to this
|
||||
* dispatch function will be returned by glXGetProcAddress.
|
||||
*
|
||||
* \param function_names Array of pointers to function names that should
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue