diff options
Diffstat (limited to 'src/H5Oshared.c')
-rw-r--r-- | src/H5Oshared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oshared.c b/src/H5Oshared.c index 646ce62..d27e719 100644 --- a/src/H5Oshared.c +++ b/src/H5Oshared.c @@ -626,7 +626,7 @@ done: * Function: H5O__shared_post_copy_file * * Purpose: Delete a shared message and replace with a new one. - * The function is needed at cases such as coping a shared reg_ref attribute. + * The function is needed at cases such as copying a shared reg_ref attribute. * When a shared reg_ref attribute is copied from one file to * another, the values in file need to be replaced. The only way * to complish that is to delete the old message and write the |