summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
authorLauri Nurmi2014-07-11 21:52:09 +0200
committerLauri Nurmi2014-07-11 21:52:09 +0200
commita5c523a0e7974b9e8655536e6ffd90cf6e3afb3e (patch)
treeca3e499d13978586f1f8dbed7430daa08746bb36 /include/blkdev.h
parentbuild-sys: release++ (v2.25-rc2) (diff)
downloadkernel-qcow2-util-linux-a5c523a0e7974b9e8655536e6ffd90cf6e3afb3e.tar.gz
kernel-qcow2-util-linux-a5c523a0e7974b9e8655536e6ffd90cf6e3afb3e.tar.xz
kernel-qcow2-util-linux-a5c523a0e7974b9e8655536e6ffd90cf6e3afb3e.zip
Fix typo "ioclt" in various files.
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index 5a5777ba3..c994795a2 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -22,7 +22,7 @@
#define DEFAULT_SECTOR_SIZE 512
#ifdef __linux__
-/* very basic ioclts, should be available everywhere */
+/* very basic ioctls, should be available everywhere */
# ifndef BLKROSET
# define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
# define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */