Navigation Menu

Skip to content

Commit

Permalink
[logging] Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Apr 10, 2018
1 parent de15f1c commit 01bb4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsme/logging.c
Expand Up @@ -410,7 +410,7 @@ static volatile guint read_count_pvt = 0;
/** Flag for: logger thread enabled
*
* This initialized to non-zero value and should be cleared only
* when either the whole dsne server process or logging thread is
* when either the whole dsme server process or logging thread is
* about to exit.
*/
static volatile int thread_enabled = 1;
Expand Down

0 comments on commit 01bb4c3

Please sign in to comment.