diff options
-rw-r--r-- | src/include/gnunet_testing_ng_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h index ed96bb447..0bc516614 100644 --- a/src/include/gnunet_testing_ng_lib.h +++ b/src/include/gnunet_testing_ng_lib.h @@ -271,14 +271,14 @@ GNUNET_TESTING_cmd_end (void); /** - * Turn asynchronous command into synchronous command. + * Turn synchronous command into asynchronous command. * * @param cmd command to make synchronous. * @return a finish-command. */ // SUGGESTION (NEW!) const struct GNUNET_TESTING_Command -TALER_TESTING_cmd_make_synchronous (const struct GNUNET_TESTING_Command cmd); +TALER_TESTING_cmd_make_asynchronous (const struct GNUNET_TESTING_Command cmd); /** |