]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Fix typo in message from arm64 ITS workaround
authoremaste <emaste@FreeBSD.org>
Mon, 9 Nov 2015 01:49:25 +0000 (01:49 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 9 Nov 2015 01:49:25 +0000 (01:49 +0000)
sys/arm64/arm64/gic_v3_its.c

index e4d2de925f48574f3c8e08fb15c52a4e21b92383..4903a51085209f1407eb90bfe54e56fa044121a4 100644 (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;