diff options
author | 2003-10-27 17:22:58 +0000 | |
---|---|---|
committer | 2003-10-27 17:22:58 +0000 | |
commit | d8e35a1d43849b41b5a78e7f1840f253522c12fc (patch) | |
tree | 93a63cc373a4d912ed09948439ad12ae9b9ada1e | |
parent | make sure that label block ends up in the right b_blkno for writedisklabel() trashes bootblock (diff) | |
download | wireguard-openbsd-d8e35a1d43849b41b5a78e7f1840f253522c12fc.tar.xz wireguard-openbsd-d8e35a1d43849b41b5a78e7f1840f253522c12fc.zip |
typos; fom bruno@rohee.com
-rw-r--r-- | sys/arch/hppa/gsc/if_ie_gsc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c index b8bf43267a7..125e17ab926 100644 --- a/sys/arch/hppa/gsc/if_ie_gsc.c +++ b/sys/arch/hppa/gsc/if_ie_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie_gsc.c,v 1.21 2003/08/07 19:47:33 mickey Exp $ */ +/* $OpenBSD: if_ie_gsc.c,v 1.22 2003/10/27 17:22:58 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -31,8 +31,8 @@ */ /* - * Referencies: - * 1. 82596DX and 82596SX High-Perfomance 32-bit Local Area Network Coprocessor + * References: + * 1. 82596DX and 82596SX High-Performance 32-bit Local Area Network Coprocessor * Intel Corporation, November 1996, Order Number: 290219-006 * * 2. 712 I/O Subsystem ERS Rev 1.0 |