Fix up a few identifier references in comments

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-24 21:20:04 +02:00
parent 3fa0937a80
commit 644817993b
15 changed files with 42 additions and 41 deletions

View file

@ -195,7 +195,7 @@ tbl_end(void)
/*
* Seek to current table's @id-th object.
* Extend the table if necessary.
* Save @id in cur_id.
* Save @id in @cur_id.
* Return the object on success, NULL on failure.
*/
static void *
@ -450,7 +450,7 @@ rowid_realm(void)
/*
* Get the current row's object.
* Extend the table if necessary.
* Save ID in cur_id.
* Save ID in @cur_id.
* Return the object on success, NULL on failure.
*/
static void *