gprs: Fix a typo in the comment

This commit is contained in:
Holger Hans Peter Freyther 2013-07-28 20:13:01 +02:00
parent c0438e3587
commit 92aa6bb9dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;