- typo in comment
authorchl <chl@openbsd.org>
Thu, 15 May 2014 19:18:23 +0000 (19:18 +0000)
committerchl <chl@openbsd.org>
Thu, 15 May 2014 19:18:23 +0000 (19:18 +0000)
commit82887e0dfbced3cc54e049b0d95d868b604c33e7
treea91e4221877b6029ddad4953122372602a16889c
parent596157169defcf90c1ab37c9ccddb0cb6f150a3d
- typo in comment
- memset() is not needed after a calloc()
- add missing DBG_ENTER;
- use SEEK_SET instead of 0 in an lseek() call

ok krw@
sbin/growfs/growfs.c