aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_llc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 20:13:01 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 20:13:01 +0200
commit92aa6bb9dc7b74a3b36a850012334d4ad3971a9b (patch)
tree70d07bfd2e9c08389e3bbb73c434321accbe8413 /openbsc/src/gprs/gprs_llc.c
parentc0438e3587cc699d9aa3e280432582d566e0a5c3 (diff)
gprs: Fix a typo in the comment
Diffstat (limited to 'openbsc/src/gprs/gprs_llc.c')
-rw-r--r--openbsc/src/gprs/gprs_llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_llc.c b/openbsc/src/gprs/gprs_llc.c
index 6f535bc13..8af5367e4 100644
--- a/openbsc/src/gprs/gprs_llc.c
+++ b/openbsc/src/gprs/gprs_llc.c
@@ -909,7 +909,7 @@ int gprs_llgmm_assign(struct gprs_llc_llme *llme,
} else if (old_tlli != 0xffffffff && new_tlli != 0xffffffff) {
/* TLLI Change 8.3.2 */
/* Both TLLI Old and TLLI New are assigned; use New when
- * (re)transmitting. Accept toth Old and New on Rx */
+ * (re)transmitting. Accept both Old and New on Rx */
llme->old_tlli = llme->tlli;
llme->tlli = new_tlli;
llme->state = GPRS_LLMS_ASSIGNED;