mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
if_clone: Fix a typo in a source code comment
- s/fucntions/functions/ MFC ater: 3 days
This commit is contained in:
parent
015d570cc9
commit
e8b7972cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue