From 649e1ff4b3f4e6a2656e672e6fd73fe579ed3e17 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 21 Jul 2013 17:41:46 +0800 Subject: sgsn: spelling fixes inside comments --- openbsc/src/gprs/gprs_gmm.c | 4 ++-- openbsc/src/gprs/gprs_llc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c index 2f309a558..f7a5cde00 100644 --- a/openbsc/src/gprs/gprs_gmm.c +++ b/openbsc/src/gprs/gprs_gmm.c @@ -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 diff --git a/openbsc/src/gprs/gprs_llc.c b/openbsc/src/gprs/gprs_llc.c index a4bff654b..6f535bc13 100644 --- a/openbsc/src/gprs/gprs_llc.c +++ b/openbsc/src/gprs/gprs_llc.c @@ -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; -- cgit v1.2.3