diff --git a/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp b/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp index 1fe02660f08..03c31e53137 100644 --- a/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp +++ b/barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.cpp @@ -289,7 +289,7 @@ bool Graph_::check_is_not_constant_variable(bb::UltraCircuitBuilder& ultra_c } /** - * @brief this method adds connection between 2 variables, if they are in one gate, they are not constrant variables, + * @brief this method adds connection between 2 variables, if they are in one gate, they are not constraint variables, * and they have different indexes * @tparam FF * @param ultra_circuit_builder @@ -821,4 +821,4 @@ template void Graph_::print_variables_edge_counts() } } -template class Graph_; \ No newline at end of file +template class Graph_;