]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (comment) fix a typo
authorMasatake YAMATO <yamato@redhat.com>
Fri, 28 Jul 2023 16:17:13 +0000 (01:17 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 11 Sep 2023 11:09:10 +0000 (20:09 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index 6d0cd0e41a4f758d2210307e5dab0ae90ca183d4..0aaf18f12f353af421c6fae963c7344d1a4abd91 100644 (file)
@@ -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().
         */