From: Masatake YAMATO Date: Fri, 28 Jul 2023 16:17:13 +0000 (+0900) Subject: lsfd: (comment) fix a typo X-Git-Tag: v2.40-rc1~244^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7194a5014888842394e612bdc31ce877418c6fa;p=thirdparty%2Futil-linux.git lsfd: (comment) fix a typo Signed-off-by: Masatake YAMATO --- 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(). */