aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-06-27 16:43:23 +0200
committerKing Kévin <kingkevin@cuvoodoo.info>2018-07-04 16:33:00 +0200
commit42bd02641661f6b5d8a80be4a4f2732bca68aa39 (patch)
treeaccb0d073da78f23796b1527394663f8d21b5c42 /firmware
parent638cec820f554a03dcf702a0ffdee5bf9976f579 (diff)
minor: fix typos in comment
Diffstat (limited to 'firmware')
-rw-r--r--firmware/libcommon/include/simtrace_prot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/libcommon/include/simtrace_prot.h b/firmware/libcommon/include/simtrace_prot.h
index 91b569f..189264d 100644
--- a/firmware/libcommon/include/simtrace_prot.h
+++ b/firmware/libcommon/include/simtrace_prot.h
@@ -30,7 +30,7 @@ enum simtrace_msg_class {
SIMTRACE_MSGC_GENERIC = 0,
/* Card Emulation / Forwarding */
SIMTRACE_MSGC_CARDEM,
- /* Modem Control (if modem is attached next to device */
+ /* Modem Control (if modem is attached next to device) */
SIMTRACE_MSGC_MODEM,
/* SIM protocol tracing */
SIMTRACE_MSGC_TRACE,
@@ -107,7 +107,7 @@ enum simtrace_capability_generic {
SIMTRACE_CAP_LED_1,
/* Has LED2 */
SIMTRACE_CAP_LED_2,
- /* Has Single-Pole Dual-Throw (local/remote SIM */
+ /* Has Single-Pole Dual-Throw (local/remote SIM) */
SIMTRACE_CAP_SPDT,
/* Has Bus-Switch (trace / MITM) */
SIMTRACE_CAP_BUS_SWITCH,
@@ -127,7 +127,7 @@ enum simtrace_capability_generic {
SIMTRACE_CAP_ASSERT_MODEM_RST,
};
-/* vendor-specific capabilities of sysmoocm devices */
+/* vendor-specific capabilities of sysmocom devices */
enum simtrace_capability_vendor {
/* Can erase a peer SAM3 controller */
SIMTRACE_CAP_SYSMO_QMOD_ERASE_PEER,
@@ -253,7 +253,7 @@ struct cardemu_usb_msg_error {
/* SIMTRACE_MSGT_DT_MODEM_RESET */
struct st_modem_reset {
- /* 0: de-assert reset, 1: assert reset, 2: poulse reset */
+ /* 0: de-assert reset, 1: assert reset, 2: pulse reset */
uint8_t asserted;
/* if above is '2', duration of pulse in ms */
uint16_t pulse_duration_msec;