summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-03-24 22:40:16 +0000
committermaxim <maxim@FreeBSD.org>2007-03-24 22:40:16 +0000
commit5134b2c9f3836c355cbe70fc4e627dee5b804b6d (patch)
tree26982e7808c5b7b9ecdd021caf009bf4eb7be605 /sys/fs/udf
parentb62757e9ca0c4103f8c57de6b238f7fb017b1d93 (diff)
downloadFreeBSD-src-5134b2c9f3836c355cbe70fc4e627dee5b804b6d.zip
FreeBSD-src-5134b2c9f3836c355cbe70fc4e627dee5b804b6d.tar.gz
o cd9660 code repo-copied, update a comment.
Diffstat (limited to 'sys/fs/udf')
-rw-r--r--sys/fs/udf/udf_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/udf/udf_vnops.c b/sys/fs/udf/udf_vnops.c
index b0c6fcd..8505473 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;
OpenPOWER on IntegriCloud