Fix up a few identifier references in comments
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
3fa0937a80
commit
644817993b
15 changed files with 42 additions and 41 deletions
|
@ -601,7 +601,7 @@ ef_set_uid(int type, void *buf, int uid)
|
|||
}
|
||||
|
||||
/*
|
||||
* Are *A and *B equal, except for timestamps and such?
|
||||
* Are *@a and *@b equal, except for timestamps and such?
|
||||
*/
|
||||
int
|
||||
ef_typedstr_eq(struct ef_typedstr *a, struct ef_typedstr *b)
|
||||
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue