diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-01-23 15:00:55 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-01-23 15:00:55 +0100 |
commit | c620604dfc942e972de0ef7a7c264cd6033d602e (patch) | |
tree | b6d386d6402b7f9b0503508e1429b138ea7ec916 | |
parent | 050e9c4a1c785ca87043b606b80ad9b253a9eb12 (diff) |
lapdm: Fix typo in the comment
-rw-r--r-- | src/gsm/lapdm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/lapdm.c b/src/gsm/lapdm.c index 52290cbe..19f78a1a 100644 --- a/src/gsm/lapdm.c +++ b/src/gsm/lapdm.c @@ -1081,7 +1081,7 @@ static int rslms_rx_rll(struct msgb *msg, struct lapdm_channel *lc) else le = &lc->lapdm_dcch; - /* G.2.1 No action schall be taken on frames containing an unallocated + /* G.2.1 No action shall be taken on frames containing an unallocated * SAPI. */ dl = datalink_for_sapi(le, sapi); |