pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/34123 )
Change subject: cosmetic: lapdm: Fix typo in comment ......................................................................
cosmetic: lapdm: Fix typo in comment
Change-Id: I5cf9aea6ba072bd1ccb3e894c0a311844bcad8df --- M src/gsm/rsl.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/23/34123/1
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c index 3668cea..fbba982 100644 --- a/src/gsm/rsl.c +++ b/src/gsm/rsl.c @@ -553,7 +553,7 @@ /* construct a RSLms RLL message (DATA INDICATION, UNIT DATA * INDICATION) and send it off via RSLms */
- /* Push the L3 IE tag and lengh */ + /* Push the L3 IE tag and length */ msgb_tv16_push(msg, RSL_IE_L3_INFO, l3_len);
/* Then push the RSL header */