diff options
author | 2015-12-10 19:35:07 +0000 | |
---|---|---|
committer | 2015-12-10 19:35:07 +0000 | |
commit | 42c3733e2d88f02c7cdbf688e1f33914ab6928ef (patch) | |
tree | fcfee2686b7c1c40146eece219c2cb417a094c90 | |
parent | Swap two DIAGNOSTICS entries to alphabetize. Reduces diff with upstream. (diff) | |
download | wireguard-openbsd-42c3733e2d88f02c7cdbf688e1f33914ab6928ef.tar.xz wireguard-openbsd-42c3733e2d88f02c7cdbf688e1f33914ab6928ef.zip |
comment typo
-rw-r--r-- | sys/arch/sgi/hpc/if_sq.c | 4 |
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; |