aboutsummaryrefslogtreecommitdiff
path: root/c/blake3.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/blake3.h')
-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;