From patchwork Sun May 22 11:00:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [MERGED] osmo-pcu[master]: gprs_rlcmac_sched: fix mistype of CONTROL ACK From: Holger Freyther X-Patchwork-Id: 73276 Message-Id: <20160522110030.EB02E68D1@lists.osmocom.org> To: lynxis lazus Date: Sun, 22 May 2016 11:00:29 +0000 Holger Freyther has submitted this change and it was merged. Change subject: gprs_rlcmac_sched: fix mistype of CONTROL ACK ...................................................................... gprs_rlcmac_sched: fix mistype of CONTROL ACK Change-Id: If37b33f69cd659d913ed81eb6060a42734ba524f Reviewed-on: https://gerrit.osmocom.org/100 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther --- M src/gprs_rlcmac_sched.cpp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins Builder: Verified Holger Freyther: Looks good to me, approved diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp index 087c03c..cd5f683 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. */