From 9e93004171eb0c4c288051b2d7bb37f97a0ae430 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 29 May 2016 23:11:53 +0200 Subject: misc: Fix various typos Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen --- lib/blkdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/blkdev.c') diff --git a/lib/blkdev.c b/lib/blkdev.c index 8a5a52dfa..fa42b86be 100644 --- a/lib/blkdev.c +++ b/lib/blkdev.c @@ -253,7 +253,7 @@ int blkdev_is_misaligned(int fd) if (ioctl(fd, BLKALIGNOFF, &aligned) < 0) return 0; /* probably kernel < 2.6.32 */ /* - * Note that kernel returns -1 as alignement offset if no compatible + * Note that kernel returns -1 as alignment offset if no compatible * sizes and alignments exist for stacked devices */ return aligned != 0 ? 1 : 0; -- cgit v1.2.3-55-g7522