diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-01-07 00:34:26 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-01-07 00:34:26 +0000 |
commit | 3779dbf0865715e2fa6c6b1464cd0d3fa04aa8f1 (patch) | |
tree | 4bfac66e3c65dfd28b520ffda14988e7aeb3795a /sys/dev/ic/ne2000.c | |
parent | d6a946fac9ecdc28bf37c0fc443efb2ca887de0c (diff) |
amout -> amount; from Pedro Martelletto.
Diffstat (limited to 'sys/dev/ic/ne2000.c')
-rw-r--r-- | sys/dev/ic/ne2000.c | 4 |
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. */ |