diff options
author | alfred <alfred@FreeBSD.org> | 2001-02-26 09:13:42 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-02-26 09:13:42 +0000 |
commit | cbd8f8bfecf0dc71026609d79148a34a76cd8a9d (patch) | |
tree | f4d18cf097434afca32bf26edaf03870a04a5002 /sys | |
parent | ead0072315c6f8c5d9242385cd07b56512a8ba34 (diff) | |
download | FreeBSD-src-cbd8f8bfecf0dc71026609d79148a34a76cd8a9d.zip FreeBSD-src-cbd8f8bfecf0dc71026609d79148a34a76cd8a9d.tar.gz |
fix typo in comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_media.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_media.c b/sys/net/if_media.c index 7c83ad9..6b67f1e 100644 --- a/sys/net/if_media.c +++ b/sys/net/if_media.c @@ -287,7 +287,7 @@ ifmedia_ioctl(ifp, ifr, ifm, cmd) * If there are more interfaces on the list, count * them. This allows the caller to set ifmr->ifm_count * to 0 on the first call to know how much space to - * callocate. + * allocate. */ LIST_FOREACH(ep, &ifm->ifm_list, ifm_list) usermax++; |