treewide: Fix typos in libata.xml

This patch fix spelling typos found in Documentation/Docbook/libata.xml.
It is because the file was generated from comments in source,
I had to fix comments in libata-core.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Masanari Iida
2016-04-13 23:36:27 +09:00
committed by Tejun Heo
parent 974e0a4537
commit c9b5560aac
2 changed files with 9 additions and 9 deletions

View File

@@ -1109,7 +1109,7 @@ static void ata_scsi_sdev_config(struct scsi_device *sdev)
* @rq: request to be checked
*
* ATAPI commands which transfer variable length data to host
* might overflow due to application error or hardare bug. This
* might overflow due to application error or hardware bug. This
* function checks whether overflow should be drained and ignored
* for @request.
*