sys/sparc64: minor spelling fixes.
Only affects comments: no functional change.
This commit is contained in:
parent
255eff3b0d
commit
730ba5a1aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299070
@ -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);
|
||||
|
@ -367,7 +367,7 @@ inthand_add(const char *name, int vec, driver_filter_t *filt,
|
||||
/*
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user