mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hyperv: Fix a typo in a source code comment
- s/Unsupport/Unsupported/ MFC after: 3 days
This commit is contained in:
parent
10889539ee
commit
630c517745
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ hyperv_tsc_tcinit(void *dummy __unused)
|
|||
break;
|
||||
|
||||
default:
|
||||
/* Unsupport CPU vendors. */
|
||||
/* Unsupported CPU vendors. */
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue