arm: Fix typo (triple S)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
Jose Luis Duran 2023-12-27 20:17:16 -07:00 committed by Warner Losh
parent ed76a9506a
commit 3511dbc2b1

View File

@ -6481,7 +6481,7 @@ pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode)
}
#endif
/*
* Accesss bits for page and section. Note that the entry
* Access bits for page and section. Note that the entry
* is not in TLB yet, so TLB flush is not necessary.
*
* QQQ: This is hardware emulation, we do not call userret()