mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bhyve: Fix a typo in a comment
Reported by: Mikaël Urankar <mikael.urankar@mailo.fr>
Fixes: 719e307f80 ("bhyve: Cast away const when fetching a config nvlist")
This commit is contained in:
parent
1854fb8fd8
commit
84b0b7ea4c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ _lookup_config_node(nvlist_t *parent, const char *path, bool create)
|
|||
/*
|
||||
* XXX-MJ it is incorrect to cast away the const
|
||||
* qualifier like this since the contract with nvlist
|
||||
* says that values are immuatable, and some consumers
|
||||
* says that values are immutable, and some consumers
|
||||
* will indeed add nodes to the returned nvlist. In
|
||||
* practice, however, it appears to be harmless with the
|
||||
* current nvlist implementation, so we just live with
|
||||
|
|
|
|||
Loading…
Reference in a new issue