aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_clone.h
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-07-03 13:13:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-07-03 13:13:32 +0000
commite8b7972cfe3ce645636e9939ec447ea7bc5bca50 (patch)
tree16e0027362e5b676eb4623a465f01dbbd303a8dd /sys/net/if_clone.h
parent015d570cc929b7cdc45756aaeb6c870ac5f8ab22 (diff)
downloadsrc-e8b7972cfe3ce645636e9939ec447ea7bc5bca50.tar.gz
src-e8b7972cfe3ce645636e9939ec447ea7bc5bca50.zip
if_clone: Fix a typo in a source code comment
- s/fucntions/functions/ MFC ater: 3 days
Diffstat (limited to 'sys/net/if_clone.h')
-rw-r--r--sys/net/if_clone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h
index e454e5d57845..8f1c97705943 100644
--- a/sys/net/if_clone.h
+++ b/sys/net/if_clone.h
@@ -59,7 +59,7 @@ struct if_clone *
if_clone_simple(const char *, ifcs_create_t, ifcs_destroy_t, u_int);
void if_clone_detach(struct if_clone *);
-/* Unit (de)allocating fucntions. */
+/* Unit (de)allocating functions. */
int ifc_name2unit(const char *name, int *unit);
int ifc_alloc_unit(struct if_clone *, int *);
void ifc_free_unit(struct if_clone *, int);