summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-01-24 02:44:00 +0000
committerpfg <pfg@FreeBSD.org>2016-01-24 02:44:00 +0000
commit01bfa389ba7479e2876b38fbd03663bbdcf13c35 (patch)
tree3c17dc266796d89cbc7982b798be9a59e8d96a29 /sys/fs
parent3fde4bfd1ca23d19074a824fd55dc03c9acd1690 (diff)
downloadFreeBSD-src-01bfa389ba7479e2876b38fbd03663bbdcf13c35.zip
FreeBSD-src-01bfa389ba7479e2876b38fbd03663bbdcf13c35.tar.gz
Fix comment.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_dinode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_dinode.h b/sys/fs/ext2fs/ext2_dinode.h
index a541f12..3f5ddef 100644
--- a/sys/fs/ext2fs/ext2_dinode.h
+++ b/sys/fs/ext2fs/ext2_dinode.h
@@ -52,7 +52,7 @@
* Inode flags
* The system supports EXT2_IMMUTABLE, EXT2_APPEND and EXT2_NODUMP flags.
* The current implementation also uses EXT3_INDEX, EXT4_EXTENTS and
- * EXT4_HUGE_FILE with some restrictions, imposed the lack of write
+ * EXT4_HUGE_FILE with some restrictions imposed by the lack of write
* support.
*/
#define EXT2_SECRM 0x00000001 /* Secure deletion */
OpenPOWER on IntegriCloud