mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix codespell false positive: statics -> static variables
codespell flags "statics" as a likely typo for "statistics"; reword to avoid it rather than fight the checker.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
* locator, not the source file's locator (RFC-HDFG-2026-003). The
|
||||
* H5Z_blob_loc_t a filter receives is opaque to plugin authors, so a
|
||||
* custom filter's write_blob/read_blob callbacks are the only way to
|
||||
* observe it; they log each call's locator to these statics.
|
||||
* observe it; they log each call's locator to these static variables.
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#define REPACK_BLOB_FILTER_ID 530
|
||||
|
||||
Reference in New Issue
Block a user