aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-03-25 14:32:30 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-03-25 14:32:30 +0100
commit10ec506cc958c8f125ca52b68ff76684fe27eafd (patch)
tree2b10c0b0d62e57c713b4a8f69186f45a4dc24221
parente50ce6e45c4509805807d599cadf1a1b23d37f63 (diff)
cosmetic: rlcmac: Fix comment typo and whitespace introduced recently
-rw-r--r--src/gsm_rlcmac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gsm_rlcmac.h b/src/gsm_rlcmac.h
index 13afe59e..39c6890d 100644
--- a/src/gsm_rlcmac.h
+++ b/src/gsm_rlcmac.h
@@ -1242,7 +1242,8 @@ typedef enum
AccTech_GSMT810 = 0xd,
AccTech_GSMOther = 0xf
} AccessTechnology_t;
-/* Maximum entries in one message, Enum above, appying restrictions from section
+
+/* Maximum entries in one message, Enum above, applying restrictions from section
12.30 "MS Radio Access Capability 2": */
#define MAX_ACCESS_TECHNOLOGIES_COUNT 11