diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
commit | f79f7a68f5ed63574a184a8f72f6528b044126a4 (patch) | |
tree | 0ded9bafc8f500917a954e1cb3b866f8b9d6eaa9 /sys/isofs/cd9660 | |
parent | 06f022e0504b6deb380869038d86cdf88120a950 (diff) |
spelling
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r-- | sys/isofs/cd9660/TODO.hibler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler index 9e438953a24..a6ff6f7a67f 100644 --- a/sys/isofs/cd9660/TODO.hibler +++ b/sys/isofs/cd9660/TODO.hibler @@ -1,4 +1,4 @@ -# $OpenBSD: TODO.hibler,v 1.3 2002/02/10 23:15:05 deraadt Exp $ +# $OpenBSD: TODO.hibler,v 1.4 2003/01/05 22:41:36 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). @@ -8,7 +8,7 @@ 2. It would be nice to be able to use the vfs_cluster code. Unfortunately, if the logical block size is smaller than the page size, - it won't work. Also, if throughtput is relatively constant for any + it won't work. Also, if throughput is relatively constant for any block size (as it is for the HP drive--150kbs) then clustering may not buy much (or may even hurt when vfs_cluster comes up with a large sync cluster). |