git: b28c2ffcc2ce - stable/13 - Fix a typo in an arm64 comment

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Mon, 31 Jan 2022 11:32:53 UTC
The branch stable/13 has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=b28c2ffcc2ce0b50fab0074028fb41307bb26c37

commit b28c2ffcc2ce0b50fab0074028fb41307bb26c37
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-01-10 13:55:22 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-01-31 10:05:47 +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
    
    (cherry picked from commit 78c347d9f33bf3d69986578dbdbfdab399381675)
---
 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 8dd39048226f..b6d6689e57a9 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