]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/file.c
A few comment fixes for nsc.[ch] file.[ch]
[empserver] / src / lib / common / file.c
index a95de92f521f2b6e33f6fbb8f00db9e9bef8248e..9da797c4c61230ba945fcfb85179c5f4c9f56a10 100644 (file)
@@ -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().
  */