summaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-10 23:15:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-10 23:15:06 +0000
commitf219204e622c247bff69aac64de1942dc8bfaff3 (patch)
tree1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/isofs/cd9660
parentbfbcc49c92083563ea5a036a9aeb295fc495af8c (diff)
spelling
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r--sys/isofs/cd9660/TODO.hibler4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler
index 67961d062b7..9e438953a24 100644
--- a/sys/isofs/cd9660/TODO.hibler
+++ b/sys/isofs/cd9660/TODO.hibler
@@ -1,9 +1,9 @@
-# $OpenBSD: TODO.hibler,v 1.2 1997/02/24 14:30:49 niklas Exp $
+# $OpenBSD: TODO.hibler,v 1.3 2002/02/10 23:15:05 deraadt Exp $
# $NetBSD: TODO.hibler,v 1.6 1994/12/13 22:33:10 mycroft Exp $
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
Since it was modelled after the inode code, we might be able to merge
- them back. It looks like a seperate (but very similar) lookup routine
+ them back. It looks like a separate (but very similar) lookup routine
will be needed due to the associated file stuff.
2. It would be nice to be able to use the vfs_cluster code.