diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
| commit | e1e8f51b8555571132dba60bfbf7ba4af79b2896 (patch) | |
| tree | 4ad0993af23bf202075ced65c39036f20bdb7a9f /sys/kern/vfs_lookup.c | |
| parent | 81c968ebb5b845e9e795e96b8fc1cc6817c006ec (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_lookup.c')
| -rw-r--r-- | sys/kern/vfs_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index ad801f6365b3..a291a256a210 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -795,7 +795,7 @@ bad: /* * relookup - lookup a path name component - * Used by lookup to re-aquire things. + * Used by lookup to re-acquire things. */ int relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) |
