git: aeec95683f25 - stable/15 - nullfs(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 20 Aug 2026 06:02:10 UTC
The branch stable/15 has been updated by gbe:

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

commit aeec95683f25c75e8569fd645cde8daf982dae36
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:48:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 06:01:44 +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 27ccb54c2a4f..e250223e34a3 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -135,7 +135,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