summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/alignment.c
diff options
context:
space:
mode:
authorMarcos Mello2019-06-20 13:22:25 +0200
committerMarcos Mello2019-06-20 13:22:25 +0200
commitf1424a94239f9149939b45ed9f19e8f77fb1847d (patch)
tree143c68572268a1c12d0cbaaa0a726568ae699a49 /libfdisk/src/alignment.c
parentRevert "lib/loopdev.c: Inline loopcxt_has_device" (diff)
downloadkernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.tar.gz
kernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.tar.xz
kernel-qcow2-util-linux-f1424a94239f9149939b45ed9f19e8f77fb1847d.zip
libfdisk: fix typos
Diffstat (limited to 'libfdisk/src/alignment.c')
-rw-r--r--libfdisk/src/alignment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/alignment.c b/libfdisk/src/alignment.c
index 426fa938c..4ae5ff08f 100644
--- a/libfdisk/src/alignment.c
+++ b/libfdisk/src/alignment.c
@@ -324,7 +324,7 @@ int fdisk_save_user_sector_size(struct fdisk_context *cxt,
*
* The smallest possible granularity for partitioning is physical sector size
* (or minimal I/O size; the bigger number win). If the user's @grain size is
- * too small than the smallest possible granularity is used. It means
+ * too small then the smallest possible granularity is used. It means
* fdisk_save_user_grain(cxt, 512) forces libfdisk to use grain as small as
* possible.
*