diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-07-07 05:35:39 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-07-07 05:35:39 +0000 |
| commit | c2c26e13629e30bb77b8fdf4a5b58682d359eae4 (patch) | |
| tree | c531bd52c27d2fe14708b947b9828ac6ae86e7c9 /sys/dev/ic/lance.c | |
| parent | b2237246e2e44f6e606d845c0c200f1bcc4aeb49 (diff) | |
bcmp -> memcmp
Diffstat (limited to 'sys/dev/ic/lance.c')
| -rw-r--r-- | sys/dev/ic/lance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/lance.c b/sys/dev/ic/lance.c index e2eec1a8410..a18d4192032 100644 --- a/sys/dev/ic/lance.c +++ b/sys/dev/ic/lance.c @@ -1,4 +1,4 @@ -/* $NetBSD: lance.c,v 1.22 2001/06/19 07:19:35 jdolecek Exp $ */ +/* $NetBSD: lance.c,v 1.23 2001/07/07 05:35:40 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -141,7 +141,7 @@ void lance_watchdog __P((struct ifnet *)); /* * Compare two Ether/802 addresses for equality, inlined and - * unrolled for speed. Use this like bcmp(). + * unrolled for speed. Use this like memcmp(). * * XXX: Add <machine/inlines.h> for stuff like this? * XXX: or maybe add it to libkern.h instead? |
