From 8ce66fd19efd7edb7f25ce08b9543f87f701395a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 29 Aug 2016 17:52:39 +0200 Subject: cosmetic: transaction.h: 1 comment typo, 1 whitespace Change-Id: Ia2629f9d9887b50b25c6996531b7ef518fb33335 --- openbsc/include/openbsc/transaction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc') 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; -- cgit v1.2.3