nullfs(5): Fix a typo in a source code comment

- s/examing/examining/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-08-07 14:04:53 +02:00
parent c925454668
commit 4c399b044f

View File

@ -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