summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-06-14 17:53:40 +0000
committeralex <alex@FreeBSD.org>2000-06-14 17:53:40 +0000
commitac720dace0bafca7cea18fff491e5fc17e49b60d (patch)
tree50e74ff17a03ad071ef69eea4333100ca08096ec /sys/gnu/fs
parent025bc31096a3be2510f38588feb88d7ce3b220a6 (diff)
downloadFreeBSD-src-ac720dace0bafca7cea18fff491e5fc17e49b60d.zip
FreeBSD-src-ac720dace0bafca7cea18fff491e5fc17e49b60d.tar.gz
Fix typo (accessable --> accessible).
PR: 18588 Submitted by: Anatoly Vorobey <mellon@pobox.com> Reviewed by: asmodai
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c
index 95c25af..5a60006 100644
--- a/sys/gnu/fs/ext2fs/ext2_inode.c
+++ b/sys/gnu/fs/ext2fs/ext2_inode.c
@@ -207,7 +207,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length);
* Shorten the size of the file. If the file is not being
* truncated to a block boundry, the contents of the
* partial block following the end of the file must be
- * zero'ed in case it ever become accessable again because
+ * zero'ed in case it ever become accessible again because
* of subsequent file growth.
*/
/* I don't understand the comment above */
OpenPOWER on IntegriCloud