From 2dd4e57f68d85f3983b1880b66250fc7bdf0b7c8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 23 May 2023 21:47:15 +0200 Subject: Fix typos --- c/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/test.py') 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): -- cgit v1.2.3