svn commit: r290568 - head/sys/arm64/arm64

Ed Maste emaste at FreeBSD.org
Mon Nov 9 01:49:26 UTC 2015


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;


More information about the svn-src-all mailing list