Fix typo in message from arm64 ITS workaround

This commit is contained in:
Ed Maste 2015-11-09 01:49:25 +00:00
parent dd76c272b8
commit f51f84a628
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290568

View File

@ -189,7 +189,7 @@ gic_v3_its_attach(device_t dev)
*/
if (device_get_unit(dev) != 0) {
device_printf(dev,
"Only single instance of ITS is supported, exitting...\n");
"Only single instance of ITS is supported, exiting...\n");
return (ENXIO);
}
sc->its_socket = 0;