summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-10-15 22:36:11 (GMT)
committerGitHub <noreply@github.com>2020-10-15 22:36:11 (GMT)
commit2277865c6083e9c34369606dfcd3e551af891978 (patch)
treeee6e55270f8bdcb1feb221ed6866bcba45a83c18 /src/H5F.c
parente146de3feaa761cffd0d1575bd6450f22bbdf09f (diff)
downloadhdf5-2277865c6083e9c34369606dfcd3e551af891978.zip
hdf5-2277865c6083e9c34369606dfcd3e551af891978.tar.gz
hdf5-2277865c6083e9c34369606dfcd3e551af891978.tar.bz2
Mostly whitespace and comment cleanup. (#39)
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 8cb5276..55bf382 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -501,7 +501,7 @@ H5Fflush(hid_t object_id, H5F_scope_t scope)
if (!f) {
if (!oloc)
- HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "object is not assocated with a file")
+ HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "object is not associated with a file")
f = oloc->file;
} /* end if */
if (!f)