From 81e00e8e21297b201fbfccfd1110cf0ecfae73b2 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 10 Aug 2026 16:47:34 -0500 Subject: [PATCH] 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. --- tools/test/h5repack/h5repacktst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/h5repack/h5repacktst.c b/tools/test/h5repack/h5repacktst.c index aef3e7dbdcb..76f63406778 100644 --- a/tools/test/h5repack/h5repacktst.c +++ b/tools/test/h5repack/h5repacktst.c @@ -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