backports from the p2p-nat-t branch:

* double assignment of function ''destroy'' in some jobs
 * typos
This commit is contained in:
Tobias Brunner
2007-07-19 14:12:19 +00:00
parent ac1557af51
commit c019260e01
8 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ struct bus_t {
* must register themself to the bus before starting to listen(). When
* a signal occurs, the emitter waits until all threads with listen_state
* TRUE are waiting in the listen() method to process the signal.
* It is important that a thread with liste_state TRUE calls listen()
* It is important that a thread with listen_state TRUE calls listen()
* periodically, or sets it's listening state to FALSE; otherwise
* all signal emitting threads get blocked on the bus.
*