summaryrefslogtreecommitdiff
path: root/sys/dev/pci/arc.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-27 11:23:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-27 11:23:00 +0000
commitad768376bc269136c6ef1aa27207624f7ffce5d8 (patch)
treef3c8270df7e8c69702d4bee1370b30c4a962b3bd /sys/dev/pci/arc.c
parent59623f9705b56e0d932234598ecd816984f345ad (diff)
grammar from bret lambert, and one more from me;
Diffstat (limited to 'sys/dev/pci/arc.c')
-rw-r--r--sys/dev/pci/arc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c
index 0000231dbe2..46e59d2196d 100644
--- a/sys/dev/pci/arc.c
+++ b/sys/dev/pci/arc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arc.c,v 1.59 2007/03/22 16:55:31 deraadt Exp $ */
+/* $OpenBSD: arc.c,v 1.60 2007/03/27 11:22:59 jmc Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -710,7 +710,7 @@ arc_scsi_cmd(struct scsi_xfer *xs)
bcopy(xs->cmd, cmd->cdb, xs->cmdlen);
- /* we've built the command, lets put it on the hw */
+ /* we've built the command, let's put it on the hw */
bus_dmamap_sync(sc->sc_dmat, ARC_DMA_MAP(sc->sc_requests),
ccb->ccb_offset, ARC_MAX_IOCMDLEN,
BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE);