ref: d627a4cfd05451db401750b2c4fe098638afb44e
parent: 3ed26bcf5fcfbb65056e5c1276d709a43619d3fc
author: rrt <rrt>
date: Fri Feb 2 20:43:56 EST 2007
Update function names in comments.
--- a/src/vox.c
+++ b/src/vox.c
@@ -127,7 +127,7 @@
/******************************************************************************
* Function : stopread
- * Description: Frees the internal buffer allocated in st_voxstartread.
+ * Description: Frees the internal buffer allocated in voxstart/imastart.
* Parameters : ft - file info structure
* Returns : int - ST_SUCCESS
* Exceptions :
@@ -198,7 +198,7 @@
/******************************************************************************
* Function : stopwrite
* Description: Flushes any leftover samples and frees the internal buffer
- * allocated in st_voxstartwrite.
+ * allocated in voxstart/imastart.
* Parameters : ft - file info structure
* Returns : int - ST_SUCCESS
* Exceptions :