From a2f203c840ea551ca3ed3c41d217a96df7278990 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 8 Mar 2020 12:10:12 +0900 Subject: [PATCH] [qfcc] Correct a comment There's a world of difference between "any" and "only". --- tools/qfcc/include/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/include/def.h b/tools/qfcc/include/def.h index df0104178..d06b5961a 100644 --- a/tools/qfcc/include/def.h +++ b/tools/qfcc/include/def.h @@ -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