Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9868 )

Change subject: minor: fix typos in comment
......................................................................

minor: fix typos in comment

Change-Id: I01b49e047a586dff449d4e134751108e391a8822
---
M firmware/libcommon/include/simtrace_prot.h
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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 @@
        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 @@
        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 @@
        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 @@

 /* 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;

--
To view, visit https://gerrit.osmocom.org/9868
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I01b49e047a586dff449d4e134751108e391a8822
Gerrit-Change-Number: 9868
Gerrit-PatchSet: 6
Gerrit-Owner: Kévin Redon <kre...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to