git: 78c347d9f33b - main - Fix a typo in an arm64 comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 14:08:30 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=78c347d9f33bf3d69986578dbdbfdab399381675
commit 78c347d9f33bf3d69986578dbdbfdab399381675
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-01-10 13:55:22 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-01-10 14:08:15 +0000
Fix a typo in an arm64 comment
This was pointed out by markj in the review, but I missed it and forgot
to fix before pushing.
Reported by: markj
Sponsored by: The FreeBSD Foundation
---
sys/arm64/arm64/exception.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/arm64/arm64/exception.S b/sys/arm64/arm64/exception.S
index afde9e7eb651..053b7f115a3c 100644
--- a/sys/arm64/arm64/exception.S
+++ b/sys/arm64/arm64/exception.S
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
/*
* This is limited to 28 instructions as it's placed in the exception vector
* slot that is 32 instructions long. We need one for the branch, and three
- * for the prolog.
+ * for the prologue.
*/
.macro save_registers_head el
.if \el == 1