aboutsummaryrefslogtreecommitdiff
path: root/c/test.py
diff options
context:
space:
mode:
authorJoel Rosdahl <[email protected]>2023-05-23 21:47:15 +0200
committerJack O'Connor <[email protected]>2023-05-23 14:39:27 -0700
commit2dd4e57f68d85f3983b1880b66250fc7bdf0b7c8 (patch)
tree3bfbedaa7e893cca918aec1c5eb2f5994c3420f7 /c/test.py
parent71a2646180c787e22f8681c5fec7655a0ad51e99 (diff)
Fix typos
Diffstat (limited to 'c/test.py')
-rwxr-xr-xc/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/test.py b/c/test.py
index b0b1929..98b1c3d 100755
--- a/c/test.py
+++ b/c/test.py
@@ -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):