diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-13 20:00:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-13 20:00:18 (GMT) |
commit | 904d7ec7771196f426e5212df4d631b8a54232ea (patch) | |
tree | 9705a7de81c6d741e8fbdc579071919faa771904 /test/unlink.c | |
parent | dedf73d7d2d24244213d1552e00d84939bf7c775 (diff) | |
download | hdf5-904d7ec7771196f426e5212df4d631b8a54232ea.zip hdf5-904d7ec7771196f426e5212df4d631b8a54232ea.tar.gz hdf5-904d7ec7771196f426e5212df4d631b8a54232ea.tar.bz2 |
[svn-r6866] Purpose:
Clean up comments.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
Diffstat (limited to 'test/unlink.c')
-rw-r--r-- | test/unlink.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unlink.c b/test/unlink.c index 2820a61..5b90dc2 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -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 |