]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fsck.c
Remove remaining references to paraslash.
[osl.git] / fsck.c
diff --git a/fsck.c b/fsck.c
index bd1b5567ba86c05d2f168ecf9506c8dcda7ab5f7..00f14f320597f3dc324041f57ae9cb4c3f044a61 100644 (file)
--- 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.
  *