mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
nullfs(5): Fix a typo in a source code comment
- s/examing/examining/ MFC after: 3 days
This commit is contained in:
parent
c925454668
commit
4c399b044f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
* pass.
|
||||
*
|
||||
* The bypass routine accepts arbitrary vnode operations for
|
||||
* handling by the lower layer. It begins by examing vnode
|
||||
* handling by the lower layer. It begins by examining vnode
|
||||
* operation arguments and replacing any null-nodes by their
|
||||
* lower-layer equivlants. It then invokes the operation
|
||||
* on the lower layer. Finally, it replaces the null-nodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue