From: Masatake YAMATO Date: Fri, 19 Dec 2025 19:04:59 +0000 (+0900) Subject: lslocks: (comment) fix grammar X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c4cd6a605e5226a5f206e93e543fee80fb3e53;p=thirdparty%2Futil-linux.git lslocks: (comment) fix grammar Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c index 42a67fa96..369a5e95d 100644 --- a/misc-utils/lslocks.c +++ b/misc-utils/lslocks.c @@ -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);