summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/lsblk.h')
-rw-r--r--misc-utils/lsblk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h
index a043e7fd7..e15c5b42a 100644
--- a/misc-utils/lsblk.h
+++ b/misc-utils/lsblk.h
@@ -131,7 +131,7 @@ struct lsblk_device {
#define device_is_partition(_x) ((_x)->wholedisk != NULL)
/*
- * Note that lsblk tree uses botton devices (devices without slaves) as root
+ * Note that lsblk tree uses bottom devices (devices without slaves) as root
* of the tree, and partitions are interpreted as a dependence too; it means:
* sda -> sda1 -> md0
*