if_clone: Fix a typo in a source code comment

- s/fucntions/functions/

MFC ater:	3 days
This commit is contained in:
Gordon Bergling 2022-07-03 15:13:32 +02:00
parent 015d570cc9
commit e8b7972cfe

View File

@ -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);