From: emaste Date: Mon, 9 Nov 2015 01:49:25 +0000 (+0000) Subject: Fix typo in message from arm64 ITS workaround X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9c076bb65e85c41bb1e948e720d8a8da87b291be;p=people%2Fliuw%2Ffreebsd.git Fix typo in message from arm64 ITS workaround --- diff --git a/sys/arm64/arm64/gic_v3_its.c b/sys/arm64/arm64/gic_v3_its.c index e4d2de925f4..4903a510852 100644 --- a/sys/arm64/arm64/gic_v3_its.c +++ b/sys/arm64/arm64/gic_v3_its.c @@ -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;