summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-02-26 09:13:42 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-02-26 09:13:42 +0000
commita5700d60025419723a66cb6572a8a12136b55e14 (patch)
tree67d0c7647e2bad99fdd8b626c9fd97797d1b6a9c /sys/net
parent3c18a0cac95362859d10d082150cbb65a2eda77b (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_media.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_media.c b/sys/net/if_media.c
index 7c83ad992e0f..6b67f1eaae1e 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++;