summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-02-26 09:13:42 +0000
committeralfred <alfred@FreeBSD.org>2001-02-26 09:13:42 +0000
commitcbd8f8bfecf0dc71026609d79148a34a76cd8a9d (patch)
treef4d18cf097434afca32bf26edaf03870a04a5002 /sys/net/if_media.c
parentead0072315c6f8c5d9242385cd07b56512a8ba34 (diff)
downloadFreeBSD-src-cbd8f8bfecf0dc71026609d79148a34a76cd8a9d.zip
FreeBSD-src-cbd8f8bfecf0dc71026609d79148a34a76cd8a9d.tar.gz
fix typo in comment
Diffstat (limited to 'sys/net/if_media.c')
-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 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++;
OpenPOWER on IntegriCloud