git: 2abfe8a58415 - stable/13 - vnode(9): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 10 Aug 2022 08:52:02 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 2abfe8a584153d24d67e96eb423413428e8bc1d6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 14:08:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-10 08:51:52 +0000

    vnode(9): Fix a typo in a source code comment
    
    - s/paramater/parameter/
    
    (cherry picked from commit fa1ac9693a6d9253edb139358f79cacdd45bc10a)
---
 sys/kern/vnode_if.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src
index bc89ff57c631..d5e8a100447a 100644
--- a/sys/kern/vnode_if.src
+++ b/sys/kern/vnode_if.src
@@ -45,7 +45,7 @@
 # -: not applicable.  vnode does not yet (or no longer) exists.
 # =: the same on input and output, may be either L or U.
 #
-# The paramater named "vpp" is assumed to be always used with double
+# The parameter named "vpp" is assumed to be always used with double
 # indirection (**vpp) and that name is hard-coded in vnode_if.awk !
 #
 # Lines starting with %! specify a pre or post-condition function