[svn-r6866] Purpose:

Clean up comments.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committested
This commit is contained in:
Quincey Koziol 2003-05-13 15:00:18 -05:00
parent dedf73d7d2
commit 904d7ec777

View File

@ -60,11 +60,11 @@ const char *FILENAME[] = {
/*-------------------------------------------------------------------------
* Function: verify_file_size
* Function: get_file_size
*
* Purpose: Verify that a file is a particular size.
* Purpose: Get the current size of a file (in bytes)
*
* Return: Success: 1
* Return: Success: Size of file in bytes (could be 0)
* Failure: 0
*
* Programmer: Quincey Koziol