From b378fccef11b41009f224ded1f42bdbf254eee6d Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sun, 13 Oct 2019 19:09:39 +0200 Subject: Fix common misspellings and typos Change-Id: I403b9029f57fec3fdec2c1e2cbeac0f6eab53f24 --- src/osmo-bts-trx/trx_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osmo-bts-trx/trx_if.c') diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c index 1b8ea45c..920f441f 100644 --- a/src/osmo-bts-trx/trx_if.c +++ b/src/osmo-bts-trx/trx_if.c @@ -195,7 +195,7 @@ void trx_if_init(struct trx_l1h *l1h) /*! Send a new TRX control command. * \param[inout] l1h TRX Layer1 handle to which to send command - * \param[in] criticial + * \param[in] critical * \param[in] cb callback function to be called when valid response is * received. Type of cb depends on type of message. * \param[in] cmd zero-terminated string containing command @@ -1166,7 +1166,7 @@ static uint16_t compute_port(struct phy_instance *pinst, int remote, int is_data return plink->u.osmotrx.base_port_local + (pinst->num << 1) + inc; } -/*! open a TRX interface. creates contro + data sockets */ +/*! open a TRX interface. creates control + data sockets */ static int trx_if_open(struct trx_l1h *l1h) { struct phy_instance *pinst = l1h->phy_inst; -- cgit v1.2.3