Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix in main.cpp #1187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ void write_vk_honk(const std::string& bytecodePath, const std::string& outputPat

/**
* @brief Compute and write to file a MegaHonk VK for a circuit to be accumulated in the IVC
* @note This method differes from write_vk_honk<MegaFlavor> in that it handles kernel circuits which require special
* @note This method differs from write_vk_honk<MegaFlavor> in that it handles kernel circuits which require special
* treatment (i.e. construction of mock IVC state to correctly complete the kernel logic).
*
* @param bytecodePath
Expand Down