Revert "[qfcc] Correct a comment"

This reverts commit a2f203c840.

There is indeed a world of difference between "any" and "only", and it
helps if I read the rest of the docs AND the code :P.
This commit is contained in:
Bill Currie 2020-03-08 14:58:57 +09:00
parent 8696e76a25
commit b81d58c795

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 any defs that overlap \a def will
\param overlap If non-zero, then only 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