diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2007-03-24 22:40:16 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2007-03-24 22:40:16 +0000 |
| commit | 4b12bb048f300903f18efe543ef8cf9f38a9f710 (patch) | |
| tree | 26982e7808c5b7b9ecdd021caf009bf4eb7be605 /sys/fs | |
| parent | de9ea4eb9f8beebe2d581678dae23e0d459a146b (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/udf/udf_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/udf/udf_vnops.c b/sys/fs/udf/udf_vnops.c index b0c6fcd57b40..850547344b81 100644 --- a/sys/fs/udf/udf_vnops.c +++ b/sys/fs/udf/udf_vnops.c @@ -902,7 +902,7 @@ udf_lookup(struct vop_cachedlookup_args *a) * If this is a LOOKUP and we've already partially searched through * the directory, pick up where we left off and flag that the * directory may need to be searched twice. For a full description, - * see /sys/isofs/cd9660/cd9660_lookup.c:cd9660_lookup() + * see /sys/fs/cd9660/cd9660_lookup.c:cd9660_lookup() */ if (nameiop != LOOKUP || node->diroff == 0 || node->diroff > fsize) { offset = 0; |
