A few comment fixes for nsc.[ch] file.[ch]
This commit is contained in:
parent
03a2c61de4
commit
6e4772b175
3 changed files with 6 additions and 5 deletions
|
@ -246,7 +246,7 @@ ef_open_view(int type, int base)
|
|||
}
|
||||
|
||||
/*
|
||||
* Close the file-backed table TYPE (EF_SECTOR, ...).
|
||||
* Close the open table TYPE (EF_SECTOR, ...).
|
||||
* Return non-zero on success, zero on failure.
|
||||
*/
|
||||
int
|
||||
|
@ -715,7 +715,7 @@ ef_extend(int type, int count)
|
|||
}
|
||||
|
||||
/*
|
||||
* Initialize element ID for EP in BUF.
|
||||
* Initialize element ID for table TYPE in BUF.
|
||||
* FIXME pass buffer size!
|
||||
* BUF is marked fresh with ef_mark_fresh().
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue