git: 352cf5b11b92 - stable/15 - swap_pager: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 20 Aug 2026 06:02:05 UTC
The branch stable/15 has been updated by gbe:

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

commit 352cf5b11b9214e1b4e70c32d185bc7c2efb78e6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:51:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 05:59:53 +0000

    swap_pager: Fix a typo in a source code comment
    
    - s/errornous/erroneous/
    
    (cherry picked from commit 88293bdd1eefb4bf518e1764d370b4a2321afdd1)
---
 sys/vm/swap_pager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 834c757aa385..2cc61149e6d2 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -1742,7 +1742,7 @@ swp_pager_async_iodone(struct buf *bp)
 	 * very serious trouble.  If it happens to be a disk error, though,
 	 * we may be able to recover by reassigning the swap later on.  So
 	 * in this case we remove the m->swapblk assignment for the page
-	 * but do not free it in the rlist.  The errornous block(s) are thus
+	 * but do not free it in the rlist.  The erroneous block(s) are thus
 	 * never reallocated as swap.  Redirty the page and continue.
 	 */
 	for (i = 0; i < bp->b_npages; ++i) {