summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-11-28 13:23:15 +0000
committerkeramida <keramida@FreeBSD.org>2005-11-28 13:23:15 +0000
commit3a069662653340c6b36da3ec86be5de8877f898a (patch)
treeffdccab6af5efa204dc1f0daaf3fc0f464696b51 /sys/dev
parent110e70cb85ab5f1a875b37e6c0f67ec44c3b0a54 (diff)
downloadFreeBSD-src-3a069662653340c6b36da3ec86be5de8877f898a.zip
FreeBSD-src-3a069662653340c6b36da3ec86be5de8877f898a.tar.gz
Fix two identical harmless typos in ata error messages:
s/issueing/issuing/ PR: kern/89481 Submitted by: John Nielsen Approved by: sos MFC after: 1 week
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 e227614..8ece605 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;
OpenPOWER on IntegriCloud