From a3953e0536a07b571fe3314d6e257db79b2dbe64 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 14 Dec 2016 18:34:30 +0100 Subject: [PATCH] typo in comment for osmo_fsm_log_addr() Change-Id: I6f683ed0c864a87bf1232994eb2deaf9b313a244 --- src/fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsm.c b/src/fsm.c index ef1b2abdb..dc57e5ee2 100644 --- a/src/fsm.c +++ b/src/fsm.c @@ -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