git: 2296f3563a53 - stable/14 - nullfs(4): Fix a typo in a source code comment
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a86990d.1c7bd.d3f1e0d__31742.0376277127$1787205967$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=2296f3563a5319a99c0fe604dae89b95842cc0d9 commit 2296f3563a5319a99c0fe604dae89b95842cc0d9 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:48:33 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-08-20 06:04:40 +0000 nullfs(4): Fix a typo in a source code comment - s/modifing/modifying/ (cherry picked from commit 27c70deb3d260b48bee8f3c4c975fd2de64264fb) --- sys/fs/nullfs/null_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 9108cd338a45..840b004d9f7b 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -139,7 +139,7 @@ * * One of the easiest ways to construct new filesystem layers is to make * a copy of the null layer, rename all files and variables, and - * then begin modifing the copy. Sed can be used to easily rename + * then begin modifying the copy. Sed can be used to easily rename * all variables. * * The umap layer is an example of a layer descended from the