diff --git a/examples/usage/allgatherv_example.cpp b/examples/usage/allgatherv_example.cpp index 632054d26..70e1839b0 100644 --- a/examples/usage/allgatherv_example.cpp +++ b/examples/usage/allgatherv_example.cpp @@ -109,7 +109,7 @@ int main() { print_result_on_root(output, comm); } { - // you can also use define a shorthand for the named parameter namespace, to reduce code verbosity + // you can also define a shorthand for the named parameter namespace, to reduce code verbosity namespace kmp = kamping::params; auto const output = comm.allgatherv(kmp::send_buf(input)); print_result_on_root(output, comm);