aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brandt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/brandt.h b/brandt.h
index 2017a6b..e97a865 100644
--- a/brandt.h
+++ b/brandt.h
@@ -54,10 +54,10 @@ struct BRANDT_Result {
/**
* Functions of this type are called by libbrandt when the auction should be
- * started. The application has to announce the ordered list of all bidders to
- * them and must return the amount of bidders. After this function is called no
- * more new bidders may be accepted by the application. This callback is only
- * used if the auction is in seller mode.
+ * started as a seller. The application has to broadcast the ordered list of all
+ * bidders to the bidders and must return the amount of bidders to libbrandt.
+ * After this function is called no more new bidders may be accepted by the
+ * application.
*
* @param[in] auction_closure Closure pointer representing the respective
* auction. This is the Pointer given to BRANDT_new().