aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-08-09 18:57:23 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-08-09 18:57:35 +0200
commitf6ebc8a9d009df8ad402d1cf62ce2cc445f9d820 (patch)
treedf20db2e20d842dda1f32352dc46fca11f14b46d /src/gsm
parent92efac26d70f6623cb45386128b85e53863b2d6b (diff)
cosmetic: lapdm: Fix typo in comment
Diffstat (limited to 'src/gsm')
-rw-r--r--src/gsm/rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c
index 3668ceac..fbba982a 100644
--- a/src/gsm/rsl.c
+++ b/src/gsm/rsl.c
@@ -553,7 +553,7 @@ void rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr,
/* 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 */