diff options
author | tb <tb@cvs.openbsd.org> | 2016-01-29 11:50:41 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2016-01-29 11:50:41 +0000 |
commit | d501876bc68b13c2fdd98d5ee6b4cdff69691eb8 (patch) | |
tree | c1f7d1cbcf90acdf070ecd0e999042404e20cc40 /sbin/growfs/growfs.c | |
parent | f6d54aff88336014e0c2fa1eccedb136b36bd7ca (diff) |
Therefor -> Therefore (where appropriate)
from ray@, ok jmc@
Diffstat (limited to 'sbin/growfs/growfs.c')
-rw-r--r-- | sbin/growfs/growfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 96df2919a2a..4a8c506184c 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: growfs.c,v 1.48 2015/11/28 19:59:15 deraadt Exp $ */ +/* $OpenBSD: growfs.c,v 1.49 2016/01/29 11:50:40 tb Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -300,7 +300,7 @@ growfs(int fsi, int fso, unsigned int Nflag) * * We probably should rather change the summary for the cylinder group * statistics here to the value of what would be in there, if the file - * system were created initially with the new size. Therefor we still + * system were created initially with the new size. Therefore we still * need to find an easy way of calculating that. * Possibly we can try to read the first superblock copy and apply the * "diffed" stats between the old and new superblock by still copying |