mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
[util] FIx an "only" in a comment
This commit is contained in:
parent
e5708100bb
commit
518befdaed
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef struct hashlink_s hashlink_t;
|
|||
inserting or finding the element. First parameter is a pointer
|
||||
to the element from which to extract the key, the second is
|
||||
the user data pointer.
|
||||
\param f a function to free the element. Only ever called from
|
||||
\param f a function to free the element. Called from only
|
||||
Hash_FlushTable and Hash_DelTable. The first parameter is the
|
||||
element to be freed and the second is the user data pointer.
|
||||
\param ud user data pointer. set to whatever you want, it will be passed
|
||||
|
|
Loading…
Reference in a new issue