From b7194a5014888842394e612bdc31ce877418c6fa Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sat, 29 Jul 2023 01:17:13 +0900 Subject: [PATCH] lsfd: (comment) fix a typo Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index 6d0cd0e41a..0aaf18f12f 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -1637,7 +1637,7 @@ static void read_process(struct lsfd_control *ctl, struct path_cxt *pc, collect_namespace_files(pc, proc); /* If kcmp is not available, - * there is no way to no whether threads share resources. + * there is no way to know whether threads share resources. * In such cases, we must pay the costs: call collect_mem_files() * and collect_fd_files(). */ -- 2.47.3