summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
commit4a353c54fd50cc1f3c96120b018c49874880504f (patch)
tree85bb88826874fdc9f92823b778817c385497da0d /sbin/growfs
parent052c656f36fbc1244cdecb2eacfb30a36c666a89 (diff)
downloadFreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.zip
FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.tar.gz
Fix typos - remove duplicate "is".
PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/growfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c
index 8d6380c..45a7237 100644
--- a/sbin/growfs/growfs.c
+++ b/sbin/growfs/growfs.c
@@ -646,7 +646,7 @@ cond_bl_upd(ufs2_daddr_t *block, struct gfs_bpp *field, int fsi, int fso,
/*
* Copy the block back immediately.
*
- * XXX If src is is from an indirect block we have
+ * XXX If src is from an indirect block we have
* to implement copy on write here in case of
* active snapshots.
*/
OpenPOWER on IntegriCloud