diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-08-07 14:08:43 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-08-07 14:08:43 +0000 |
| commit | fa1ac9693a6d9253edb139358f79cacdd45bc10a (patch) | |
| tree | e2460dbd688a70fa58d53e37a38764fe1492af0b | |
| parent | b2b1bb041056e45acae537feb6d1b28d22f53a2a (diff) | |
| -rw-r--r-- | sys/kern/vnode_if.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 2f090ce044bd..d2147d110671 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 |
