From c8c33094afe13b78a5c75ecfd62eff06e68d197d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 28 Dec 2014 18:22:48 +0100 Subject: bitvec: Fix typo in the csn1 encoding code We can curse about CSN.1 and 3GPP but I think we want to call it cursor here. --- include/osmocom/core/bitvec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/core/bitvec.h b/include/osmocom/core/bitvec.h index 31382260..62e2e7b6 100644 --- a/include/osmocom/core/bitvec.h +++ b/include/osmocom/core/bitvec.h @@ -45,7 +45,7 @@ enum bit_value { /*! \brief structure describing a bit vector */ struct bitvec { - unsigned int cur_bit; /*!< \brief curser to the next unused bit */ + unsigned int cur_bit; /*!< \brief cursor to the next unused bit */ unsigned int data_len; /*!< \brief length of data array in bytes */ uint8_t *data; /*!< \brief pointer to data array */ }; -- cgit v1.2.3