From f2edaa634f48e3a5dd2e3c7dfe3826c0784b2ff2 Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:08:02 -0500 Subject: [PATCH] chore: redo typo PR by Anon-im (#11009) Thanks Anon-im for https://github.com/AztecProtocol/aztec-packages/pull/10955. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. --- .../barretenberg/stdlib/primitives/safe_uint/safe_uint.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/barretenberg/stdlib/primitives/safe_uint/safe_uint.test.cpp b/cpp/src/barretenberg/stdlib/primitives/safe_uint/safe_uint.test.cpp index 1df95fb7b..9e319d8fb 100644 --- a/cpp/src/barretenberg/stdlib/primitives/safe_uint/safe_uint.test.cpp +++ b/cpp/src/barretenberg/stdlib/primitives/safe_uint/safe_uint.test.cpp @@ -95,7 +95,7 @@ TYPED_TEST(SafeUintTest, TestMultiplyOperationOutOfRangeFails) { STDLIB_TYPE_ALIASES auto builder = Builder(); - // Since max is initally set to (1 << 2) - 1 = 3 (as bit range checks are easier than generic integer bounds), + // Since max is initially set to (1 << 2) - 1 = 3 (as bit range checks are easier than generic integer bounds), // should allow largest power of 3 smaller than r iterations, which is 159. Hence below we should exceed r, and // expect a throw field_ct a(witness_ct(&builder, 2));