aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorwyrapeseed <[email protected]>2025-10-23 00:20:51 +0800
committerGitHub <[email protected]>2025-10-22 09:20:51 -0700
commit8bec2fbebfb4719d04d4f3bc3155afe8fa0b2818 (patch)
treeb6d305d8e9b8a5998023d7671f465915b99ff3d7 /c
parente0b1d91410fd0a344beda6ee0e6f1972ad04be08 (diff)
chore: make some documents clearer (#528)
Diffstat (limited to 'c')
-rw-r--r--c/blake3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/blake3.h b/c/blake3.h
index 0893295..7716ae7 100644
--- a/c/blake3.h
+++ b/c/blake3.h
@@ -38,7 +38,7 @@ extern "C" {
#define BLAKE3_MAX_DEPTH 54
// This struct is a private implementation detail. It has to be here because
-// it's part of blake3_hasher below.
+// it's part of the blake3_hasher structure defined below.
typedef struct {
uint32_t cv[8];
uint64_t chunk_counter;