aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-29 17:52:39 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-19 11:51:12 +0000
commit8ce66fd19efd7edb7f25ce08b9543f87f701395a (patch)
tree61f0a160dade4c572cd8f8d8db3f300bcd062564
parent1e918c3d31abcc3e88fd49ba0ad8b550bc48fed4 (diff)
cosmetic: transaction.h: 1 comment typo, 1 whitespace
-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;