diff options
| -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 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++; |
