Skip to content

Commit

Permalink
xen blkif.h: fix comment typo in discard-alignment
Browse files Browse the repository at this point in the history
Add the missing 'n' to discard-alignment

Signed-off-by: Olaf Hering <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
  • Loading branch information
olafhering authored and konradwilk committed May 28, 2014
1 parent c926b70 commit 1c339ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xen/interface/io/blkif.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c339ef

Please sign in to comment.