mgcp_e1: fix typo

Change-Id: Ida399e58b996ebab74e719ec907984e5aa9ddce4
This commit is contained in:
Philipp Maier 2023-02-28 09:51:00 +01:00 committed by laforge
parent 30bdf94102
commit 263a1a3e8f
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ static void e1_i460_mux_empty_cb(struct osmo_i460_subchan *schan, void *user_dat
osmo_i460_mux_enqueue(endp->e1.schan, msg);
}
/* called by I.460 de-multeiplexer; feed output of I.460 demux into TRAU frame sync */
/* called by I.460 de-multiplexer; feed output of I.460 demux into TRAU frame sync */
static void e1_i460_demux_bits_cb(struct osmo_i460_subchan *schan, void *user_data, const ubit_t *bits,
unsigned int num_bits)
{