aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-10 13:01:33 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-10 13:01:33 +0100
commit6d8bcbd192d6d5bfe5077fd675e12734b72fb2be (patch)
tree46080c50fb2789bd5475a28e20bf1ff75688e57d
parentb89a5fa55d712a257ee17bbaed41cdb1ee8d7f75 (diff)
bts: Fix typo in OML comment
-rw-r--r--src/common/bts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index 6cbafd1f..75ce73ea 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -196,7 +196,7 @@ int bts_link_estab(struct gsm_bts *bts)
LOGP(DSUM, LOGL_INFO, "Main link established, sending Status'.\n");
- /* BTS and SITE MGR are EAABLED, BTS is DEPENDENCY */
+ /* BTS and SITE MGR are EANBLED, BTS is DEPENDENCY */
oml_tx_state_changed(&bts->site_mgr.mo);
oml_tx_state_changed(&bts->mo);