diff options
author | joel <joel@FreeBSD.org> | 2010-07-31 10:01:15 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-07-31 10:01:15 +0000 |
commit | bf6e76cd8333471838a87afda31c804bfff9f0de (patch) | |
tree | f805fbfc85eb83b10efc23a5c7f9c3736cfca1fd /share/man/man9/VFS_VGET.9 | |
parent | 2c1a5c1f89f2d64a6d7f85d1ef9823067f858d13 (diff) | |
download | FreeBSD-src-bf6e76cd8333471838a87afda31c804bfff9f0de.zip FreeBSD-src-bf6e76cd8333471838a87afda31c804bfff9f0de.tar.gz |
Spelling fixes.
Diffstat (limited to 'share/man/man9/VFS_VGET.9')
-rw-r--r-- | share/man/man9/VFS_VGET.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9 index 22c902f..f762b89 100644 --- a/share/man/man9/VFS_VGET.9 +++ b/share/man/man9/VFS_VGET.9 @@ -43,7 +43,7 @@ .Sh DESCRIPTION The .Fn VFS_VGET -looks up or creates a vnode from a (mount, inode#) tupple. +looks up or creates a vnode from a (mount, inode#) tuple. .Pp Its arguments are: .Bl -tag -width ".Fa flags" |