summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/arc.c4
-rw-r--r--sys/net/if.h4
2 files changed, 4 insertions, 4 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);
diff --git a/sys/net/if.h b/sys/net/if.h
index 72f7e9847a6..ccc2b6cbb95 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.86 2007/02/09 09:16:59 jmc Exp $ */
+/* $OpenBSD: if.h,v 1.87 2007/03/27 11:22:59 jmc Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -65,7 +65,7 @@
* packet input routine.
*
* Routines exist for locating interfaces by their addresses
- * or for locating a interface on a certain network, as well as more general
+ * or for locating an interface on a certain network, as well as more general
* routing and gateway routines maintaining information used to locate
* interfaces. These routines live in the files if.c and route.c
*/