mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
bhyve: Fix a typo in a function name
MFC after: 1 week
This commit is contained in:
parent
03f7ccab32
commit
e008f5be72
1 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ parse_int_value(const char *key, const char *value, int minval, int maxval)
|
|||
* vm_set_topology(). vmm.ko may enforce tighter limits.
|
||||
*/
|
||||
static void
|
||||
calc_topolopgy(void)
|
||||
calc_topology(void)
|
||||
{
|
||||
const char *value;
|
||||
bool explicit_cpus;
|
||||
|
|
@ -1423,7 +1423,7 @@ main(int argc, char *argv[])
|
|||
exit(1);
|
||||
}
|
||||
|
||||
calc_topolopgy();
|
||||
calc_topology();
|
||||
build_vcpumaps();
|
||||
|
||||
value = get_config_value("memory.size");
|
||||
|
|
|
|||
Loading…
Reference in a new issue