aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-09-25 17:46:50 +0200
committerHarald Welte <laforge@osmocom.org>2019-09-28 13:00:48 +0200
commitca18c9df7d5d15d75b24c6f4494e34d2d28f894a (patch)
tree4dadd8581ed1b1fafb101135cbe43dbb1734f3f0 /src
parent14b87b2bbff0d1f60d0709e8febb0d62e0cef653 (diff)
sim/class_tables: Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/sim/class_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/class_tables.c b/src/sim/class_tables.c
index 593b2e83..6f541ee2 100644
--- a/src/sim/class_tables.c
+++ b/src/sim/class_tables.c
@@ -112,7 +112,7 @@ const struct osim_cla_ins_card_profile osim_gsm1111_cic_profile = {
/* ETSI TS 102 221, Table 10.5, CLA = 0x0x, 0x4x or 0x6x */
static const uint8_t uicc_ins_tbl_046[256] = {
- [0xA4] = 4, /* SELET FILE */
+ [0xA4] = 4, /* SELECT FILE */
[0xB0] = 2, /* READ BINARY */
[0xD6] = 3, /* UPDATE BINARY */
[0xB2] = 2, /* READ RECORD */