diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-01-21 15:24:58 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-01-21 15:24:58 +0100 |
commit | 674f677146602026c01a24462294ada995001ee4 (patch) | |
tree | b8cbcf698abcf91427f4f5c251ccfe7951a09715 | |
parent | 14fea235274dc64db93c17b592c9de5418d7eb9b (diff) |
cosmetic: fix typo in comment
Change-Id: Ia39d4961a2690ea4c56276db8f1503a75e97d154
-rw-r--r-- | src/xua_asp_fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c index 64892ad..6bab96b 100644 --- a/src/xua_asp_fsm.c +++ b/src/xua_asp_fsm.c @@ -34,7 +34,7 @@ /* The general idea is: * * translate incoming SUA/M3UA msg_class/msg_type to xua_asp_event - * * propagate state transitions to XUA_AS_FSM via _onenter functiosn + * * propagate state transitions to XUA_AS_FSM via _onenter functions * * notify the Layer Management of any relevant changes * * */ |