summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2013-01-07 11:52:50 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-08 22:12:25 +0100
commitdadafc49fbeb29287e8c23dbc6e800abe56ff9c6 (patch)
tree362b8eb2d21b39ff8689daf75966ed9ce234c10c /src/host/layer23/include
parentbff6bb7b5471829ed419238037986760e457c817 (diff)
misc: Fix typos
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/l1ctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l1ctl.h b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
index 46a333e5..3534589d 100644
--- a/src/host/layer23/include/osmocom/bb/common/l1ctl.h
+++ b/src/host/layer23/include/osmocom/bb/common/l1ctl.h
@@ -59,7 +59,7 @@ int l1ctl_tx_reset_req(struct osmocom_ms *ms, uint8_t type);
/* Transmit L1CTL_PM_REQ */
int l1ctl_tx_pm_req_range(struct osmocom_ms *ms, uint16_t arfcn_from,
- uint16_t arfcm_to);
+ uint16_t arfcn_to);
int l1ctl_tx_sim_req(struct osmocom_ms *ms, uint8_t *data, uint16_t length);