summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2004-01-07 00:34:25 +0000
committerfgsch <fgsch@openbsd.org>2004-01-07 00:34:25 +0000
commit484f7dd5b446f03a2547c5a30a51a0f6c5809be6 (patch)
treeee783b4316e6c30f45f5ce28645fd32eed55b6fe
parentmissed one v3 (diff)
downloadwireguard-openbsd-484f7dd5b446f03a2547c5a30a51a0f6c5809be6.tar.xz
wireguard-openbsd-484f7dd5b446f03a2547c5a30a51a0f6c5809be6.zip
amout -> amount; from Pedro Martelletto.
-rw-r--r--sys/dev/ic/ne2000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c
index cbeb87f127c..9f365fe9971 100644
--- a/sys/dev/ic/ne2000.c
+++ b/sys/dev/ic/ne2000.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ne2000.c,v 1.13 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: ne2000.c,v 1.14 2004/01/07 00:34:25 fgsch Exp $ */
/* $NetBSD: ne2000.c,v 1.12 1998/06/10 01:15:50 thorpej Exp $ */
/*-
@@ -621,7 +621,7 @@ ne2000_write_mbuf(sc, m, buf)
}
/*
- * Given a source and destination address, copy 'amout' of a packet from
+ * Given a source and destination address, copy 'amount' of a packet from
* the ring buffer into a linear destination buffer. Takes into account
* ring-wrap.
*/