mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
arm64 locore: Fix a comment typo: Of -> If
Reviewed by: kib, andrew Sponsored by: AFRL, DARPA Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/23
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
* void cpu_throw(struct thread *old, struct thread *new)
|
||||
*/
|
||||
ENTRY(cpu_throw)
|
||||
/* Of old == NULL skip disabling stepping */
|
||||
/* If old == NULL skip disabling stepping */
|
||||
cbz x0, 1f
|
||||
|
||||
/* If we were single stepping, disable it */
|
||||
|
||||
Reference in New Issue
Block a user