X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fsck.c;h=00f14f320597f3dc324041f57ae9cb4c3f044a61;hb=2dba3a38dcfe721842404f01e9b2adb59c302604;hp=bd1b5567ba86c05d2f168ecf9506c8dcda7ab5f7;hpb=22abcc2013d2f68ec55e5e0113c682899662c7d7;p=osl.git diff --git a/fsck.c b/fsck.c index bd1b556..00f14f3 100644 --- a/fsck.c +++ b/fsck.c @@ -121,8 +121,8 @@ static int _write_all(int fd, const char *buf, size_t len) return write_all(fd, buf, &len); } -/** - * Paraslash's version of malloc(). +/* + * Wrapper for malloc(). * * \param size The desired new size. * @@ -147,7 +147,7 @@ __must_check __malloc static void *fsck_malloc(size_t size) } /** - * Paraslash's version of calloc(). + * Allocate memory and fill with zeros. * * \param size The desired new size. *