summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/mobile/transaction.c')
-rw-r--r--src/host/layer23/src/mobile/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/transaction.c b/src/host/layer23/src/mobile/transaction.c
index 4b66050b..35db0eeb 100644
--- a/src/host/layer23/src/mobile/transaction.c
+++ b/src/host/layer23/src/mobile/transaction.c
@@ -108,7 +108,7 @@ void trans_free(struct gsm_trans *trans)
talloc_free(trans);
}
-/* allocate an unused transaction ID
+/* allocate an unused transaction ID
* in the given protocol using the ti_flag specified */
int trans_assign_trans_id(struct osmocom_ms *ms,
uint8_t protocol, uint8_t ti_flag)