diff options
author | kaiw <kaiw@FreeBSD.org> | 2014-01-25 14:02:02 +0000 |
---|---|---|
committer | kaiw <kaiw@FreeBSD.org> | 2014-01-25 14:02:02 +0000 |
commit | 25e9e966453d1bf544bdb824ac7b55e3fae9578b (patch) | |
tree | ac135e54f7b963d5248c59a45ed75559417fecef /sys/fs/ext2fs/ext2_subr.c | |
parent | 236d76c86daca690ecd10433cf90925d309f197c (diff) | |
parent | d7761633d8e8047ff45b8eaa5f49657820ff9a56 (diff) | |
download | FreeBSD-src-25e9e966453d1bf544bdb824ac7b55e3fae9578b.zip FreeBSD-src-25e9e966453d1bf544bdb824ac7b55e3fae9578b.tar.gz |
MFH@261151.
Diffstat (limited to 'sys/fs/ext2fs/ext2_subr.c')
-rw-r--r-- | sys/fs/ext2fs/ext2_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_subr.c b/sys/fs/ext2fs/ext2_subr.c index 09fcee8..585a975 100644 --- a/sys/fs/ext2fs/ext2_subr.c +++ b/sys/fs/ext2fs/ext2_subr.c @@ -82,7 +82,7 @@ ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) *bpp = NULL; /* - * E4_EXTENTS requires special treatment otherwise we can fall + * E4_EXTENTS requires special treatment as we can otherwise fall * back to the normal path. */ if (!(ip->i_flags & E4_EXTENTS)) |