aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/io
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2014-05-21 16:32:41 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2014-05-28 14:17:30 -0400
commit1c339ef74b431bab18bc11fb69e46db294070dd3 (patch)
tree55a57367fb9f3ba158f4b13481a1d8db44cc9510 /include/xen/interface/io
parentxen/blkback: disable discard feature if requested by toolstack (diff)
downloadlinux-dev-1c339ef74b431bab18bc11fb69e46db294070dd3.tar.xz
linux-dev-1c339ef74b431bab18bc11fb69e46db294070dd3.zip
xen blkif.h: fix comment typo in discard-alignment
Add the missing 'n' to discard-alignment Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen/interface/io')
-rw-r--r--include/xen/interface/io/blkif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/interface/io/blkif.h b/include/xen/interface/io/blkif.h
index 32ec05a6572f..c33e1c489eb2 100644
--- a/include/xen/interface/io/blkif.h
+++ b/include/xen/interface/io/blkif.h
@@ -86,7 +86,7 @@ typedef uint64_t blkif_sector_t;
* Interface%20manuals/100293068c.pdf
* The backend can optionally provide three extra XenBus attributes to
* further optimize the discard functionality:
- * 'discard-aligment' - Devices that support discard functionality may
+ * 'discard-alignment' - Devices that support discard functionality may
* internally allocate space in units that are bigger than the exported
* logical block size. The discard-alignment parameter indicates how many bytes
* the beginning of the partition is offset from the internal allocation unit's