cosmetic: fix typo in comment

Change-Id: I2e2b5ec36da9b50dcf13a0d7f497a9ca16e6a7a3
This commit is contained in:
Harald Welte 2022-12-10 12:52:58 +01:00
parent 99b912f94a
commit 8b671b073f
1 changed files with 1 additions and 1 deletions

View File

@ -1731,7 +1731,7 @@ static void sccp_scoc_rx_inval_opc(struct sccp_connection *conn,
xua->mtp.opc, osmo_ss7_pointcode_print(conn->inst->ss7, xua->mtp.opc),
conn->remote_pc, osmo_ss7_pointcode_print2(conn->inst->ss7, conn->remote_pc));
/* we have received a message with invalid origin PC and thus
* apply the action indiacted in Table B.2/Q.714 */
* apply the action indicated in Table B.2/Q.714 */
switch (xua->hdr.msg_type) {
case SUA_CO_RELRE: /* RLSD */
case SUA_CO_RESRE: /* RSR */