git: 88293bdd1eef - main - swap_pager: Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a82a323.3c006.1bc60159__47972.5695143983$1786946420$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=88293bdd1eefb4bf518e1764d370b4a2321afdd1 commit 88293bdd1eefb4bf518e1764d370b4a2321afdd1 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:51:05 +0000 Commit: Gordon Bergling <[email protected]> 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) {