svn commit: r299070 - in head/sys/sparc64: sbus sparc64
Pedro F. Giffuni
pfg at FreeBSD.org
Wed May 4 15:52:42 UTC 2016
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;
More information about the svn-src-all
mailing list