From 0226abe04ea687535656309f6737d1c9403514f1 Mon Sep 17 00:00:00 2001 From: mmcc Date: Thu, 10 Dec 2015 19:35:08 +0000 Subject: comment typo --- sys/arch/sgi/hpc/if_sq.c | 4 ++-- 1 file 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; -- cgit v1.2.3