mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 10:50:58 +00:00
[qfcc] Correct a comment
There's a world of difference between "any" and "only".
This commit is contained in:
parent
b2faca16a7
commit
a2f203c840
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ int def_size (def_t *def) __attribute__((pure));
|
|||
function will return.
|
||||
|
||||
\param def The def representing the alias cluster to visit.
|
||||
\param overlap If non-zero, then only defs that overlap \a def will
|
||||
\param overlap If non-zero, then any defs that overlap \a def will
|
||||
be visited. If 2, then the given def must fully overlap
|
||||
the visited def.
|
||||
\param visit The function to call when visiting a def. The first
|
||||
|
|
Loading…
Reference in a new issue