git: 259c45db1030 - stable/14 - swap_pager: Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a869907.19263.7d866a2e__37501.9794957311$1787205923$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=259c45db10303992ba5a17a0fc8332b35baa7ed5 commit 259c45db10303992ba5a17a0fc8332b35baa7ed5 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:51:05 +0000 Commit: Gordon Bergling <[email protected]> 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) {