diff options
| author | Joel Rosdahl <[email protected]> | 2023-05-23 21:47:15 +0200 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-05-23 14:39:27 -0700 |
| commit | 2dd4e57f68d85f3983b1880b66250fc7bdf0b7c8 (patch) | |
| tree | 3bfbedaa7e893cca918aec1c5eb2f5994c3420f7 /c/test.py | |
| parent | 71a2646180c787e22f8681c5fec7655a0ad51e99 (diff) | |
Fix typos
Diffstat (limited to 'c/test.py')
| -rwxr-xr-x | c/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ def run_blake3(args, input): # Fill the input with a repeating byte pattern. We use a cycle length of 251, -# because that's the largets prime number less than 256. This makes it unlikely +# because that's the largest prime number less than 256. This makes it unlikely # to swapping any two adjacent input blocks or chunks will give the same # answer. def make_test_input(length): |
