[qfcc] Correct a comment

There's a world of difference between "any" and "only".
This commit is contained in:
Bill Currie 2020-03-08 12:10:12 +09:00
parent b2faca16a7
commit a2f203c840

View file

@ -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