Date: Mon, 9 Nov 2015 01:49:25 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290568 - head/sys/arm64/arm64 Message-ID: <201511090149.tA91nPWB083654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511090149.tA91nPWB083654>