1
0
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:
John Baldwin
2026-03-26 13:03:51 +00:00
parent f7524d8fcb
commit fce595344c
+1 -1
View File
@@ -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 */