diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-04-12 23:34:20 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-04-12 23:34:20 (GMT) |
commit | 8b15b10c59b73cdc624cacbfe7652f32c3d44dae (patch) | |
tree | 2799d33e8d33bbab83c414ab17000e2aa19ce632 /src/H5B.c | |
parent | 3fc4ea3d3935f254ac61fd726f9b9d684fe653a6 (diff) | |
download | hdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.zip hdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.tar.gz hdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.tar.bz2 |
Fixed typos
Description:
Looked for typos similar to user's report in HDFFV-10404.
Not all the same but many were found and fixed.
Platforms tested:
Linux/64 (jelly) - only typos
Diffstat (limited to 'src/H5B.c')
-rw-r--r-- | src/H5B.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -775,7 +775,7 @@ H5B_insert_child(H5B_t *bt, unsigned *bt_flags, unsigned idx, * the specified type. * * On return, if LT_KEY_CHANGED is non-zero, then LT_KEY is - * the new native left key. Similarily for RT_KEY_CHANGED + * the new native left key. Similarly for RT_KEY_CHANGED * and RT_KEY. * * If the node splits, then MD_KEY contains the key that |