git: 259c45db1030 - stable/14 - swap_pager: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Aug 2026 06:04:55 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=259c45db10303992ba5a17a0fc8332b35baa7ed5
commit 259c45db10303992ba5a17a0fc8332b35baa7ed5
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:51:05 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 06:03:17 +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 fd514c775664..5a01a5075f52 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -1655,7 +1655,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) {