pespin has uploaded this change for review.

View Change

cosmetic: tbf_dl_fsm: Fix a couple comment typos

Change-Id: I1bcb199f3ba9564870b82ab67218ffbf72da4824
---
M src/tbf_dl_fsm.c
1 file changed, 11 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/79/33279/1
diff --git a/src/tbf_dl_fsm.c b/src/tbf_dl_fsm.c
index ce9bee3..a977507 100644
--- a/src/tbf_dl_fsm.c
+++ b/src/tbf_dl_fsm.c
@@ -160,13 +160,13 @@
* have to wait for X2002 to trigger (meaning MS is already
* listening on PDCH) in order to move to FLOW state and start
* transmitting data to it. When X2002 triggers (see cb timer
- * end of the file) it will send TBF_EV_ASSIGN_READY_CCCH back
+ * end of the file) it will send TBF_EV_ASSIGN_READY_CCCH back
* to us here.
*/
if (!(ctx->state_flags & (1 << GPRS_RLCMAC_FLAG_CCCH))) {
/* This can happen if we initiated a CCCH DlAss from an
* older TBF object (same TLLI) towards BTS, and the DL-TBF
- * was recreated and is now trying to be assigned throguh
+ * was recreated and is now trying to be assigned through
* PACCH.
*/
LOGPTBFDL(ctx->dl_tbf, LOGL_INFO,

To view, visit change 33279. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I1bcb199f3ba9564870b82ab67218ffbf72da4824
Gerrit-Change-Number: 33279
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange