summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-19 22:57:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-19 22:57:46 +0100
commit73d9ef6c3411aee5c4926d573c26e3b972149b9e (patch)
tree0644c16e8aceca9eed16fcdeea4d8149a5fd4981 /src
parentbb36d40132ee995f437e125b770036e20ee210de (diff)
downloadexchange-73d9ef6c3411aee5c4926d573c26e3b972149b9e.tar.gz
exchange-73d9ef6c3411aee5c4926d573c26e3b972149b9e.tar.bz2
exchange-73d9ef6c3411aee5c4926d573c26e3b972149b9e.zip
minor comment fixes
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-aggregator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 2869e5fa1..98b8dd340 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -85,7 +85,7 @@ struct WirePrepareData
struct TALER_BANK_WireExecuteHandle *eh;
/**
- * Wire plugin used for this preparation.
+ * Wire account used for this preparation.
*/
struct WireAccount *wa;
@@ -242,12 +242,12 @@ static struct GNUNET_CONFIGURATION_Handle *cfg;
static struct TALER_EXCHANGEDB_Plugin *db_plugin;
/**
- * Head of list of loaded wire plugins.
+ * Head of list wire accounts of the exchange.
*/
static struct WireAccount *wa_head;
/**
- * Tail of list of loaded wire plugins.
+ * Head of list wire accounts of the exchange.
*/
static struct WireAccount *wa_tail;