diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-12-14 18:34:30 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-12-14 18:34:30 +0100 |
commit | a3953e0536a07b571fe3314d6e257db79b2dbe64 (patch) | |
tree | 38ce06be2e90c8a897d5add6912b9757c7ec858f /src | |
parent | 725698a4f15b9403620951961984b68ed4148992 (diff) |
typo in comment for osmo_fsm_log_addr()
Change-Id: I6f683ed0c864a87bf1232994eb2deaf9b313a244
Diffstat (limited to 'src')
-rw-r--r-- | src/fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ static bool fsm_log_addr = true; /*! \brief specify if FSM instance addresses should be logged or not * * By default, the FSM name includes the pointer address of the \ref - * osmo_fsm_inst. This behaviro can be disabled (and re-enabled) + * osmo_fsm_inst. This behavior can be disabled (and re-enabled) * using this function. * * \param[in] log_addr Indicate if FSM instance address shall be logged |