summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-14 23:01:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-14 23:01:07 (GMT)
commita871e7279206d0248a9ee30b8f781dcc22311972 (patch)
treecbdf896bbface406faa62a9c6ad3371d38201438 /src/H5FDsec2.c
parent72333f0ff2719d0658470f227c4ac3d3f23c7de1 (diff)
downloadhdf5-a871e7279206d0248a9ee30b8f781dcc22311972.zip
hdf5-a871e7279206d0248a9ee30b8f781dcc22311972.tar.gz
hdf5-a871e7279206d0248a9ee30b8f781dcc22311972.tar.bz2
[svn-r5421] Description:
Corrected typos in the FUNC_ENTER macros of H5FD_sec2_flush and H5FD_log_flush. Platforms tested: modi4 (just tested it compiled fine.)
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index 5e80cb9..06a5e49 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -711,7 +711,7 @@ H5FD_sec2_flush(H5FD_t *_file)
{
H5FD_sec2_t *file = (H5FD_sec2_t*)_file;
- FUNC_ENTER(H5FD_sec2_seek, FAIL);
+ FUNC_ENTER(H5FD_sec2_flush, FAIL);
if (file->eoa>file->eof) {
if (-1==file_seek(file->fd, (file_offset_t)(file->eoa-1), SEEK_SET))