aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 21:07:45 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit22b31190cb86ba109c11be2e7619b2b7bc20b381 (patch)
tree224170ee17ded501bfeb0015f53c748661eeb9f2
parent46bcb8d59da735257093d8daaec144b248bbdb01 (diff)
tbf: Fix typo in thecomment
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index b810a2d2..53117bff 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1010,7 +1010,7 @@ struct msgb *gprs_rlcmac_tbf::create_ul_ack(uint32_t fn)
talloc_free(mac_control_block);
/* now we must set this flag, so we are allowed to assign downlink
- * TBF on PACCH. it is only allowed when TLLI is aknowledged. */
+ * TBF on PACCH. it is only allowed when TLLI is acknowledged. */
dir.ul.contention_resolution_done = 1;
if (final) {