aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-27 15:32:46 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-27 16:22:46 +0200
commitdd34540ce4547a2567bdd266e1a456fc4a199170 (patch)
treef67b1942ebd4e13eae23d1a136c4d06ca2f1a983
parent7b186adb0afcfbf3af1a98e6acc46d17408b3dba (diff)
comment typo: common/l1sap.c
-rw-r--r--src/common/l1sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 0bbdb9eb..71e1f85e 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -517,7 +517,7 @@ static int l1sap_mph_info_cnf(struct gsm_bts_trx *trx,
return rc;
}
-/* PH-RTS-IND prim recevied from bts model */
+/* PH-RTS-IND prim received from bts model */
static int l1sap_ph_rts_ind(struct gsm_bts_trx *trx,
struct osmo_phsap_prim *l1sap, struct ph_data_param *rts_ind)
{