aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_inode.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-14 17:53:40 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-14 17:53:40 +0000
commit0cca1cc0783d6ea22ea489c734bbb1288b057c4f (patch)
tree97f44cc75afb14c277f37eb129b7233bf0e71827 /sys/gnu/fs/ext2fs/ext2_inode.c
parent447b0b51f7b80d62d6b1d0eca64256e128b35f71 (diff)
downloadsrc-0cca1cc0783d6ea22ea489c734bbb1288b057c4f.tar.gz
src-0cca1cc0783d6ea22ea489c734bbb1288b057c4f.zip
Fix typo (accessable --> accessible).
PR: 18588 Submitted by: Anatoly Vorobey <mellon@pobox.com> Reviewed by: asmodai
Notes
Notes: svn path=/head/; revision=61686
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_inode.c')
-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 95c25afa5361..5a6000664c99 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 */