diff --git a/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp b/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp index c6a58b5e0a8..2eae122b471 100644 --- a/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp +++ b/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp @@ -174,7 +174,7 @@ void writeVk(const std::string& bytecodePath, const std::string& outputPath) * - Filesystem: The Solidity verifier contract is written to the path specified by outputPath * * Note: The fact that the contract was computed is for an ACIR circuit is not of importance - * because this method uses the verification key to compute the Solidity verifier contract. + * because this method uses the verification key to compute the Solidity verifier contract * * @param output_path Path to write the contract to * @param vk_path Path to the file containing the serialized verification key