]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: fix a typo in comment
authorMasatake YAMATO <yamato@redhat.com>
Fri, 24 Sep 2021 17:14:05 +0000 (02:14 +0900)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Oct 2021 09:01:54 +0000 (11:01 +0200)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index f855f637cb4eb7d37ec6b8596127c0cd4030c4f9..6d8bae4ccf5b82b0a893b60851b69c669a89b87a 100644 (file)
@@ -1031,7 +1031,7 @@ int main(int argc, char *argv[])
        convert(&ctl.procs, &ctl);
        emit(&ctl);
 
-       /* cleabup */
+       /* cleanup */
        delete(&ctl.procs, &ctl);
 
        finalize_classes();