mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r14366] comments grammar correction
This commit is contained in:
parent
5aab9089de
commit
ba709fe871
@ -423,9 +423,6 @@ error:
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: has_filters
|
||||
*
|
||||
@ -508,7 +505,7 @@ static int has_filters(hid_t pid, hid_t tid, unsigned nfilters, filter_info_t *f
|
||||
|
||||
case H5Z_FILTER_SZIP:
|
||||
|
||||
/* 4 private client value is returned by DCPL */
|
||||
/* 4 private client values are returned by DCPL */
|
||||
if ( cd_nelmts != H5Z_SZIP_TOTAL_NPARMS && filter[i].cd_nelmts != H5Z_SZIP_USER_NPARMS )
|
||||
return 0;
|
||||
|
||||
@ -564,5 +561,3 @@ static int has_filters(hid_t pid, hid_t tid, unsigned nfilters, filter_info_t *f
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user