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:
Scot Breitenfeld
2026-08-10 16:47:34 -05:00
parent 8fc7941e2b
commit 81e00e8e21
+1 -1
View File
@@ -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