aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-11-28 13:23:15 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-11-28 13:23:15 +0000
commit6f26936c0fa8160d97426c9e110e848059f085af (patch)
treeffdccab6af5efa204dc1f0daaf3fc0f464696b51 /sys/dev
parent62f0bf3250cb6dab8f570527803399bcaeade023 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/ata-lowlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c
index e22761457b262..8ece605751211 100644
--- a/sys/dev/ata/ata-lowlevel.c
+++ b/sys/dev/ata/ata-lowlevel.c
@@ -96,7 +96,7 @@ ata_begin_transaction(struct ata_request *request)
/* issue command */
if (ch->hw.command(request)) {
- device_printf(request->dev, "error issueing %s command\n",
+ device_printf(request->dev, "error issuing %s command\n",
ata_cmd2str(request));
request->result = EIO;
goto begin_finished;
@@ -139,7 +139,7 @@ ata_begin_transaction(struct ata_request *request)
/* issue command */
if (ch->hw.command(request)) {
- device_printf(request->dev, "error issueing %s command\n",
+ device_printf(request->dev, "error issuing %s command\n",
ata_cmd2str(request));
request->result = EIO;
goto begin_finished;