]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: (comment) fix grammar
authorMasatake YAMATO <yamato@redhat.com>
Fri, 19 Dec 2025 19:04:59 +0000 (04:04 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 21 Dec 2025 19:41:12 +0000 (04:41 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lslocks.c

index 42a67fa9682753c18c9351b0c55b0bc82d18c590..369a5e95d4b2c34c0013ac45a238f442bf735b38 100644 (file)
@@ -963,7 +963,7 @@ int main(int argc, char *argv[])
        /* get_pids_locks() get locks related information from "lock:" fields
         * of /proc/$pid/fdinfo/$fd as fallback information.
         * get_proc_locks() used the fallback information if /proc/locks
-        * doesn't provides enough information or provides staled information. */
+        * doesn't provide enough information or provides stale information. */
        get_pids_locks(&pid_locks, add_to_tree);
        rc = get_proc_locks(&proc_locks, add_to_list, &pid_locks);