git: 88293bdd1eef - main - swap_pager: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 17 Aug 2026 05:58:59 UTC
The branch main has been updated by gbe:

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

commit 88293bdd1eefb4bf518e1764d370b4a2321afdd1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:51:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-17 05:51:05 +0000

    swap_pager: Fix a typo in a source code comment
    
    - s/errornous/erroneous/
    
    MFC after:      3 days
---
 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 06c09b7a5bbb..dd4568ba3b56 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) {