summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/protocol
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-21 11:20:14 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-21 11:25:05 +0100
commit9e57a5a6974e92a2df73f9009f793c1a1f6206d9 (patch)
tree9cd090a245739f13ec7eb6aa71dda201d609af94 /include/osmocom/gsm/protocol
parent1a87c1b1891262e063d3bc862a8a1babef943f74 (diff)
some comments / fixed typos
Diffstat (limited to 'include/osmocom/gsm/protocol')
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_58.h2
1 files changed, 1 insertions, 1 deletions
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,