<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr">Hi,</div><div dir="ltr">Yeah sorry this was accidentally sent as</div><div dir="ltr">I had it on the same branch and forgot to push and rebase before...</div><div dir="ltr"><br><blockquote type="cite">Am 28.02.2020 um 12:16 schrieb Rémi Denis-Courmont <remi@remlab.net>:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr">Hi,<br><br>I don't think you need to send comment typo fixes for review.<br><br><div class="gmail_quote">Le 24 février 2020 17:45:06 GMT+02:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> src/misc/threads.c | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/src/misc/threads.c b/src/misc/threads.c<br>index 4a7ed0a200..ea78e37453 100644<br>--- a/src/misc/threads.c<br>+++ b/src/misc/threads.c<br>@@ -137,7 +137,7 @@ bool vlc_mutex_held(const vlc_mutex_t *mtx)<br> {<br>     /* This comparison is thread-safe:<br>      * Even though other threads may modify the owner field at any time,<br>-     * they will never make ti compare equal to the calling thread.<br>+     * they will never make it compare equal to the calling thread.<br>      */<br>     return THREAD_SELF == atomic_load_explicit(&mtx->owner,<br>                                                memory_order_relaxed);</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.<span>_______________________________________________</span><br><span>vlc-devel mailing list</span><br><span>To unsubscribe or modify your subscription options:</span><br><span>https://mailman.videolan.org/listinfo/vlc-devel</span></div></blockquote></body></html>