diff mbox

osmo-pcu[master]: gprs_rlcmac_sched: fix mistype of CONTROL ACK

Message ID gerrit.1463874175129.If37b33f69cd659d913ed81eb6060a42734ba524f@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 21, 2016, 11:42 p.m. UTC
Review at  https://gerrit.osmocom.org/100

gprs_rlcmac_sched: fix mistype of CONTROL ACK

Change-Id: If37b33f69cd659d913ed81eb6060a42734ba524f
---
M src/gprs_rlcmac_sched.cpp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/00/100/1

Comments

gerrit-no-reply@lists.osmocom.org May 22, 2016, 11 a.m. UTC | #1
Patch Set 2: Code-Review+2
diff mbox

Patch

diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index b513b5b..fce3aaf 100644
--- a/src/gprs_rlcmac_sched.cpp
+++ b/src/gprs_rlcmac_sched.cpp
@@ -132,7 +132,7 @@ 
 
 		/*
 		 * Assignments for the same direction have lower precedence,
-		 * because they may kill the TBF when the CONTOL ACK is
+		 * because they may kill the TBF when the CONTROL ACK is
 		 * received, thus preventing the others from being processed.
 		 */