Author: emaste
Date: Mon Nov 9 01:49:25 2015
New Revision: 290568
URL: https://svnweb.freebsd.org/changeset/base/290568
Log:
Fix typo in message from arm64 ITS workaround
Modified:
head/sys/arm64/arm64/gic_v3_its.c
Modified: head/sys/arm64/arm64/gic_v3_its.c
==============================================================================
--- head/sys/arm64/arm64/gic_v3_its.c Mon Nov 9 01:05:31 2015
(r290567)
+++ head/sys/arm64/arm64/gic_v3_its.c Mon Nov 9 01:49:25 2015
(r290568)
@@ -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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"