summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-12-10 19:35:08 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-12-10 19:35:08 +0000
commit0226abe04ea687535656309f6737d1c9403514f1 (patch)
treee5fdaf4def692a070459e05e11da68cf3f123484
parent9b6e19529ee613388b858e8c0ebb2dd37b280db7 (diff)
comment typo
-rw-r--r--sys/arch/sgi/hpc/if_sq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/if_sq.c b/sys/arch/sgi/hpc/if_sq.c
index c98e08787c9..6bc8928a588 100644
--- a/sys/arch/sgi/hpc/if_sq.c
+++ b/sys/arch/sgi/hpc/if_sq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sq.c,v 1.24 2015/12/08 13:34:22 tedu Exp $ */
+/* $OpenBSD: if_sq.c,v 1.25 2015/12/10 19:35:07 mmcc Exp $ */
/* $NetBSD: if_sq.c,v 1.42 2011/07/01 18:53:47 dyoung Exp $ */
/*
@@ -407,7 +407,7 @@ sq_attach(struct device *parent, struct device *self, void *aux)
IFM_ETHER | IFM_10_T, 0, NULL);
/*
- * Force autoselect, and set the the 10BaseT port
+ * Force autoselect, and set the 10BaseT port
* to use UTP cable.
*/
media = IFM_ETHER | IFM_AUTO;