summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c2
-rw-r--r--sys/gnu/fs/ext2fs/ext2_inode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index 95c25af..5a60006 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/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 */
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