Fix and clean up some comments

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-06-14 11:36:40 +02:00
parent 9f25de3dce
commit eba87789ab
37 changed files with 73 additions and 69 deletions

View file

@ -675,7 +675,7 @@ ef_make_stale(void)
ef_generation++;
}
/* Mark copy of an element of table TYPE in BUF fresh. */
/* Mark copy of an element of table TYPE in BUF fresh. */
void
ef_mark_fresh(int type, void *buf)
{
@ -976,7 +976,7 @@ ef_check(int type)
}
/*
* Ensure table contains element @id.
* Ensure table @type contains element @id.
* If necessary, extend it in steps of @count elements.
* Return non-zero on success, zero on failure.
*/