sgsn: spelling fixes inside comments

This commit is contained in:
Harald Welte 2013-07-21 17:41:46 +08:00
parent b4b21f59f6
commit 649e1ff4b3
2 changed files with 3 additions and 3 deletions

View File

@ -56,13 +56,13 @@
#define PTMSI_ALLOC
/* Section 11.2.2 / Table 11.4 MM timers netowkr side */
/* Section 11.2.2 / Table 11.4 MM timers netwokr side */
#define GSM0408_T3322_SECS 6 /* DETACH_REQ -> DETACH_ACC */
#define GSM0408_T3350_SECS 6 /* waiting for ATT/RAU/TMSI COMPL */
#define GSM0408_T3360_SECS 6 /* waiting for AUTH/CIPH RESP */
#define GSM0408_T3370_SECS 6 /* waiting for ID RESP */
/* Section 11.2.2 / Table 11.4a MM timers netowkr side */
/* Section 11.2.2 / Table 11.4a MM timers netwokr side */
#define GSM0408_T3313_SECS 30 /* waiting for paging response */
#define GSM0408_T3314_SECS 44 /* force to STBY on expiry */
#define GSM0408_T3316_SECS 44

View File

@ -550,7 +550,7 @@ static int gprs_llc_hdr_rx(struct gprs_llc_hdr_parsed *gph,
/* HACK: non-standard recovery handling. If remote LLE
* is re-transmitting the same sequence number for
* threee times, don't discard the frame but pass it on
* three times, don't discard the frame but pass it on
* and 'learn' the new sequence number */
if (gph->seq_tx != lle->vu_recv_last) {
lle->vu_recv_last = gph->seq_tx;