aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
commit1a6e52d0e9c7e370830555d206030e479d4a6d1a (patch)
treeb5058a6ff0481660cdbe6cf29963cdd34202476d /sys/isofs
parentefe5a08e092548a9442d794b60893581b177e003 (diff)
downloadsrc-1a6e52d0e9c7e370830555d206030e479d4a6d1a.tar.gz
src-1a6e52d0e9c7e370830555d206030e479d4a6d1a.zip
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Notes
Notes: svn path=/head/; revision=72091
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/TODO.hibler2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler
index 90c96f6332ba..e0842da82d5a 100644
--- a/sys/isofs/cd9660/TODO.hibler
+++ b/sys/isofs/cd9660/TODO.hibler
@@ -2,7 +2,7 @@ $FreeBSD$
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.