hyperv: Fix a typo in a source code comment

- s/Unsupport/Unsupported/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 17:19:40 +02:00
parent 10889539ee
commit 630c517745

View File

@ -203,7 +203,7 @@ hyperv_tsc_tcinit(void *dummy __unused)
break; break;
default: default:
/* Unsupport CPU vendors. */ /* Unsupported CPU vendors. */
return; return;
} }