[Mesa-dev] [PATCH] mapi/glapi: Fix dup word typo in glapi_getproc.c

Ian Romanick idr at freedesktop.org
Tue Apr 26 07:46:34 UTC 2016


Lol.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 04/24/2016 04:40 AM, Edward O'Callaghan wrote:
> Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
> ---
>  src/mapi/glapi/glapi_getproc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mapi/glapi/glapi_getproc.c b/src/mapi/glapi/glapi_getproc.c
> index 524a771..178fd6e 100644
> --- a/src/mapi/glapi/glapi_getproc.c
> +++ b/src/mapi/glapi/glapi_getproc.c
> @@ -330,7 +330,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
> 



More information about the mesa-dev mailing list