mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix spelling mistake.
Submitted by: kris
This commit is contained in:
parent
123e5d3dae
commit
5ab591d4d9
2 changed files with 2 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ printcpuinfo(void)
|
|||
cpu_feature &= ~CPUID_HTT;
|
||||
if (bootverbose)
|
||||
printf("\nHTT bit cleared - FreeBSD"
|
||||
" does not have licenseing issues"
|
||||
" does not have licensing issues"
|
||||
" requiring it.\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -829,7 +829,7 @@ printcpuinfo(void)
|
|||
cpu_feature &= ~CPUID_HTT;
|
||||
if (bootverbose)
|
||||
printf("\nHTT bit cleared - FreeBSD"
|
||||
" does not have licenseing issues"
|
||||
" does not have licensing issues"
|
||||
" requiring it.\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue