]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib: sysfs: fix typo
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 28 Dec 2022 01:41:55 +0000 (01:41 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 28 Dec 2022 01:48:56 +0000 (01:48 +0000)
lib/sysfs.c

index 56eea5c6450a311bc45e4708bac031c19f349a15..4f11c97b5eecb8cb7efe75bb9b9f72a015f0c79f 100644 (file)
@@ -1187,7 +1187,7 @@ int main(int argc, char *argv[])
 
 
        chain = sysfs_blkdev_get_devchain(pc, path, sizeof(path));
-       printf(" SUBSUSTEMS:\n");
+       printf(" SUBSYSTEMS:\n");
 
        while (chain && sysfs_blkdev_next_subsystem(pc, chain, &sub) == 0) {
                printf("\t%s\n", sub);