X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fhash.c;h=72d924dcc38ef222a4c9bea6ace6b5e99217446a;hb=d9e591391d490c83ce301aa568a2e0afe4cc3c0a;hp=b624e6ecac1537ed8851d83b8081eeab04f5bf2d;hpb=d97f6963aee71d8fafa2a94a5fe1f3ca4b4ef16d;p=mesa.git diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c index b624e6ecac1..72d924dcc38 100644 --- a/src/mesa/main/hash.c +++ b/src/mesa/main/hash.c @@ -277,7 +277,7 @@ _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) * \param table the hash table to delete * \param callback the callback function * \param userData arbitrary pointer to pass along to the callback - * (this is typically a GLcontext pointer) + * (this is typically a struct gl_context pointer) */ void _mesa_HashDeleteAll(struct _mesa_HashTable *table, @@ -313,7 +313,7 @@ _mesa_HashDeleteAll(struct _mesa_HashTable *table, * \param table the hash table to walk * \param callback the callback function * \param userData arbitrary pointer to pass along to the callback - * (this is typically a GLcontext pointer) + * (this is typically a struct gl_context pointer) */ void _mesa_HashWalk(const struct _mesa_HashTable *table,