summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2016-04-24 12:40:41 +1000
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2016-05-01 16:07:29 +0200
commit23cf24e227cce9d71e2a7d206133d4094b2c2e1f (patch)
tree581a364bc248937adfcda8acc6b52a71d29e8192 /src/mapi
parent44f921091a15a8c1b4cf8c7f0b17d95ff6c22eef (diff)
downloadexternal_mesa3d-23cf24e227cce9d71e2a7d206133d4094b2c2e1f.zip
external_mesa3d-23cf24e227cce9d71e2a7d206133d4094b2c2e1f.tar.gz
external_mesa3d-23cf24e227cce9d71e2a7d206133d4094b2c2e1f.tar.bz2
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>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/glapi_getproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_getproc.c b/src/mapi/glapi/glapi_getproc.c
index 8f6f0a4..a50b5b3 100644
--- a/src/mapi/glapi/glapi_getproc.c
+++ b/src/mapi/glapi/glapi_getproc.c
@@ -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