summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-02-24 15:05:53 +0000
committerwiz <wiz@NetBSD.org>2004-02-24 15:05:53 +0000
commitdc4cc98b153cab8a8ef5b4a778a0a2763959fc62 (patch)
tree738e69a00b9aca89dfa6d299638165fc0543bff5 /sys/dev
parent1d654e444e70959c27b05c14d9ad5ceaf953c26a (diff)
becuase -> because. From Peter Postma.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/hd64570.c6
-rw-r--r--sys/dev/pci/if_ti.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/hd64570.c b/sys/dev/ic/hd64570.c
index 17055c3d730..46fd8085f3a 100644
--- a/sys/dev/ic/hd64570.c
+++ b/sys/dev/ic/hd64570.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hd64570.c,v 1.25 2003/11/02 11:07:45 wiz Exp $ */
+/* $NetBSD: hd64570.c,v 1.26 2004/02/24 15:05:54 wiz Exp $ */
/*
* Copyright (c) 1999 Christian E. Hopps
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.25 2003/11/02 11:07:45 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.26 2004/02/24 15:05:54 wiz Exp $");
#include "bpfilter.h"
#include "opt_inet.h"
@@ -1794,7 +1794,7 @@ sca_frame_print(sca_port_t *scp, sca_desc_t *desc, u_int8_t *p)
#endif
/*
- * adjust things becuase we have just read the current starting
+ * adjust things because we have just read the current starting
* frame
*
* must be called at splnet()
diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c
index 2847b56a0eb..f91020d2c26 100644
--- a/sys/dev/pci/if_ti.c
+++ b/sys/dev/pci/if_ti.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.57 2003/02/09 21:43:43 mjacob Exp $ */
+/* $NetBSD: if_ti.c,v 1.58 2004/02/24 15:05:55 wiz Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.57 2003/02/09 21:43:43 mjacob Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.58 2004/02/24 15:05:55 wiz Exp $");
#include "bpfilter.h"
#include "opt_inet.h"
@@ -1885,7 +1885,7 @@ static void ti_attach(parent, self, aux)
/*
* Copper cards allow manual 10/100 mode selection,
* but not manual 1000baseT mode selection. Why?
- * Becuase currently there's no way to specify the
+ * Because currently there's no way to specify the
* master/slave setting through the firmware interface,
* so Alteon decided to just bag it and handle it
* via autonegotiation.