aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-07-21 17:41:46 +0800
committerHarald Welte <laforge@gnumonks.org>2013-07-21 17:41:46 +0800
commit649e1ff4b3f4e6a2656e672e6fd73fe579ed3e17 (patch)
tree8c9595e16825278bf90f9b9627e59c90df66141c
parentb4b21f59f64c4638f244c056e52760272978d24c (diff)
sgsn: spelling fixes inside comments
-rw-r--r--openbsc/src/gprs/gprs_gmm.c4
-rw-r--r--openbsc/src/gprs/gprs_llc.c2
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;