From: Masatake YAMATO Date: Fri, 24 Sep 2021 17:14:05 +0000 (+0900) Subject: lsfd: fix a typo in comment X-Git-Tag: v2.38-rc1~144^2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8f435456525ec253f72f77c00ddcf25be71b68d;p=thirdparty%2Futil-linux.git lsfd: fix a typo in comment Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index f855f637cb..6d8bae4ccf 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -1031,7 +1031,7 @@ int main(int argc, char *argv[]) convert(&ctl.procs, &ctl); emit(&ctl); - /* cleabup */ + /* cleanup */ delete(&ctl.procs, &ctl); finalize_classes();