cosmetic: transaction.h: 1 comment typo, 1 whitespace

Change-Id: Ia2629f9d9887b50b25c6996531b7ef518fb33335
This commit is contained in:
Neels Hofmeyr 2016-08-29 17:52:39 +02:00
parent 1e918c3d31
commit 8ce66fd19e
1 changed files with 2 additions and 2 deletions

View File

@ -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;