Date: Wed, 4 May 2016 15:52:40 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299070 - in head/sys/sparc64: sbus sparc64 Message-ID: <201605041552.u44Fqexs031831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Wed May 4 15:52:40 2016 New Revision: 299070 URL: https://svnweb.freebsd.org/changeset/base/299070 Log: sys/sparc64: minor spelling fixes. Only affects comments: no functional change. Modified: head/sys/sparc64/sbus/sbus.c head/sys/sparc64/sparc64/intr_machdep.c Modified: head/sys/sparc64/sbus/sbus.c ============================================================================== --- head/sys/sparc64/sbus/sbus.c Wed May 4 15:48:59 2016 (r299069) +++ head/sys/sparc64/sbus/sbus.c Wed May 4 15:52:40 2016 (r299070) @@ -341,7 +341,7 @@ sbus_attach(device_t dev) sc->sc_burst = (SBUS_BURST64_DEF << SBUS_BURST64_SHIFT) | SBUS_BURST_DEF; - /* initalise the IOMMU */ + /* initialise the IOMMU */ /* punch in our copies */ sc->sc_is.is_pmaxaddr = IOMMU_MAXADDR(SBUS_IOMMU_BITS); Modified: head/sys/sparc64/sparc64/intr_machdep.c ============================================================================== --- head/sys/sparc64/sparc64/intr_machdep.c Wed May 4 15:48:59 2016 (r299069) +++ head/sys/sparc64/sparc64/intr_machdep.c Wed May 4 15:52:40 2016 (r299070) @@ -367,7 +367,7 @@ inthand_add(const char *name, int vec, d /* * Check if we need to upgrade from PIL_ITHREAD to PIL_FILTER. * Given that apart from the on-board SCCs and UARTs shared - * interrupts are rather uncommon on sparc64 this sould be + * interrupts are rather uncommon on sparc64 this should be * pretty rare in practice. */ filter = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605041552.u44Fqexs031831>