From: Olaf Hering Date: Wed, 21 May 2014 14:32:41 +0000 (+0200) Subject: xen blkif.h: fix comment typo in discard-alignment X-Git-Tag: v3.16-rc1~30^2~47^2~2^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1c339ef74b431bab18bc11fb69e46db294070dd3;p=linux-2.6-block.git xen blkif.h: fix comment typo in discard-alignment Add the missing 'n' to discard-alignment Signed-off-by: Olaf Hering Signed-off-by: Konrad Rzeszutek Wilk --- 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