aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/transaction.h')
-rw-r--r--openbsc/include/openbsc/transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index 6ef1612a9..9a87d04e4 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -14,7 +14,7 @@ struct gsm_trans {
/* Entry in list of all transactions */
struct llist_head entry;
- /* Back pointer to the netweork struct */
+ /* Back pointer to the network struct */
struct gsm_network *net;
/* The protocol within which we live */
@@ -22,7 +22,7 @@ struct gsm_trans {
/* The current transaction ID */
uint8_t transaction_id;
-
+
/* To whom we belong, unique identifier of remote MM entity */
struct gsm_subscriber *subscr;