<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/14442">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">(minor) fix typo in comments<br><br>Change-Id: I697af428a2ea9a0ccd3f04ba8ec4664935ae29f8<br>---<br>M include/osmocom/core/utils.h<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h</span><br><span>index 0673444..601bb56 100644</span><br><span>--- a/include/osmocom/core/utils.h</span><br><span>+++ b/include/osmocom/core/utils.h</span><br><span>@@ -48,7 +48,7 @@</span><br><span> int get_string_value(const struct value_string *vs, const char *str);</span><br><span> </span><br><span> char osmo_bcd2char(uint8_t bcd);</span><br><span style="color: hsl(0, 100%, 40%);">-/* only works for numbers in ascci */</span><br><span style="color: hsl(120, 100%, 40%);">+/* only works for numbers in ASCII */</span><br><span> uint8_t osmo_char2bcd(char c);</span><br><span> </span><br><span> int osmo_bcd2str(char *dst, size_t dst_size, const uint8_t *bcd, int start_nibble, int end_nibble, bool allow_hex);</span><br><span>@@ -92,7 +92,7 @@</span><br><span>   rem -= ret;                                             \</span><br><span> } while (0)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/*! Helper macro to terminate when an assertion failes</span><br><span style="color: hsl(120, 100%, 40%);">+/*! Helper macro to terminate when an assertion fails</span><br><span>  *  \param[in] exp Predicate to verify</span><br><span>  *  This function will generate a backtrace and terminate the program if</span><br><span>  *  the predicate evaluates to false (0).</span><br><span>@@ -105,7 +105,7 @@</span><br><span> /*! duplicate a string using talloc and release its prior content (if any)</span><br><span>  * \param[in] ctx Talloc context to use for allocation</span><br><span>  * \param[out] dst pointer to string, will be updated with ptr to new string</span><br><span style="color: hsl(0, 100%, 40%);">- * \param[in] newstr String that will be copieed to newly allocated string */</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param[in] newstr String that will be copied to newly allocated string */</span><br><span> static inline void osmo_talloc_replace_string(void *ctx, char **dst, const char *newstr)</span><br><span> {</span><br><span>       if (*dst)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/14442">change 14442</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/14442"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I697af428a2ea9a0ccd3f04ba8ec4664935ae29f8 </div>
<div style="display:none"> Gerrit-Change-Number: 14442 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>