vmm(4): Fix a typo in a kernel message

- s/cant/can't/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2024-04-21 09:44:18 +02:00
parent 9dcf39575e
commit 8b5c5cae92

View file

@ -416,7 +416,7 @@ ivhd_identify(driver_t *driver, device_t parent)
if (ivhd_devs[i] == NULL) {
ivhd_devs[i] = device_find_child(parent, "ivhd", i);
if (ivhd_devs[i] == NULL) {
printf("AMD-Vi: cant find ivhd%d\n", i);
printf("AMD-Vi: can't find ivhd%d\n", i);
break;
}
}