From 5134b2c9f3836c355cbe70fc4e627dee5b804b6d Mon Sep 17 00:00:00 2001 From: maxim Date: Sat, 24 Mar 2007 22:40:16 +0000 Subject: o cd9660 code repo-copied, update a comment. --- sys/fs/udf/udf_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/udf') 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; -- cgit v1.1