From 9e57a5a6974e92a2df73f9009f793c1a1f6206d9 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 21 Dec 2015 11:20:14 +0100 Subject: some comments / fixed typos --- include/osmocom/gsm/protocol/gsm_08_58.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/gsm/protocol') diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 530bbc86..56cf4dd9 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -82,7 +82,7 @@ struct abis_rsl_cchan_hdr { /* \brief Check if given RSL message discriminator is transparent */ #define ABIS_RSL_MDISC_IS_TRANSP(x) (x & 0x01) -/* \brief RSL Message Tyoe (Chapter 9.1) */ +/* \brief RSL Message Type (Chapter 9.1) */ enum abis_rsl_msgtype { /* Radio Link Layer Management */ RSL_MT_DATA_REQ = 0x01, -- cgit v1.2.3