diff options
Diffstat (limited to 'src/charon/bus/bus.c')
-rw-r--r-- | src/charon/bus/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/bus/bus.c b/src/charon/bus/bus.c index e207dfa89..2f2747659 100644 --- a/src/charon/bus/bus.c +++ b/src/charon/bus/bus.c @@ -263,7 +263,7 @@ static void set_listen_state(private_bus_t *this, bool active) else { listener->state = UNREGISTERED; - /* say hello to signal omitter; we are finished processing the signal */ + /* say hello to signal emitter; we are finished processing the signal */ pthread_cond_signal(&listener->cond); } |