trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.

Signed-off-by: Martin Olsson <martin@minimum.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Martin Olsson
2009-04-22 18:21:29 +02:00
committed by Jiri Kosina
parent ab2274af05
commit 98a1708de1
22 changed files with 27 additions and 27 deletions

View File

@@ -748,9 +748,9 @@ static int ata_acpi_run_tf(struct ata_device *dev,
/**
* ata_acpi_exec_tfs - get then write drive taskfile settings
* @dev: target ATA device
* @nr_executed: out paramter for the number of executed commands
* @nr_executed: out parameter for the number of executed commands
*
* Evaluate _GTF and excute returned taskfiles.
* Evaluate _GTF and execute returned taskfiles.
*
* LOCKING:
* EH context.