diff options
| author | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2004-04-23 02:58:27 +0000 |
| commit | 9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch) | |
| tree | 5ad22dd973d299d05210905342892ed44925baa8 /sys/dev/i2o | |
| parent | ba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff) | |
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'sys/dev/i2o')
| -rw-r--r-- | sys/dev/i2o/iopl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2o/iopl.c b/sys/dev/i2o/iopl.c index b75cb810291..362ee6bfd26 100644 --- a/sys/dev/i2o/iopl.c +++ b/sys/dev/i2o/iopl.c @@ -1,4 +1,4 @@ -/* $NetBSD: iopl.c,v 1.12 2004/04/22 00:17:11 itojun Exp $ */ +/* $NetBSD: iopl.c,v 1.13 2004/04/23 02:58:29 simonb Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iopl.c,v 1.12 2004/04/22 00:17:11 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iopl.c,v 1.13 2004/04/23 02:58:29 simonb Exp $"); #include "opt_i2o.h" #include "opt_inet.h" @@ -334,7 +334,7 @@ iopl_attach(struct device *parent, struct device *self, void *aux) iop_initiator_register(iop, &sc->sc_ii_tx); /* - * Determine some of the the capabilities of the interface - in + * Determine some of the capabilities of the interface - in * particular, the maximum number of segments per S/G list, and how * much buffer context we'll need to transmit frames (some adapters * may need the destination address in the buffer context). |
