channel: Fix a typo in the lchan state documentation

This commit is contained in:
Holger Hans Peter Freyther 2012-01-15 00:02:17 +01:00
parent bbf2139fdc
commit ded0268a8d
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ struct gsm_abis_mo {
/* state of a logical channel */
enum gsm_lchan_state {
LCHAN_S_NONE, /* channel is not active */
LCHAN_S_ACT_REQ, /* channel activatin requested */
LCHAN_S_ACT_REQ, /* channel activation requested */
LCHAN_S_ACTIVE, /* channel is active and operational */
LCHAN_S_REL_REQ, /* channel release has been requested */
LCHAN_S_REL_ERR, /* channel is in an error state */