[vlc-devel] [PATCH 1/2] thread: fix typo
Rémi Denis-Courmont
remi at remlab.net
Fri Feb 28 12:16:17 CET 2020
Hi,
I don't think you need to send comment typo fixes for review.
Le 24 février 2020 17:45:06 GMT+02:00, Marvin Scholz <epirat07 at gmail.com> a écrit :
>---
> src/misc/threads.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/src/misc/threads.c b/src/misc/threads.c
>index 4a7ed0a200..ea78e37453 100644
>--- a/src/misc/threads.c
>+++ b/src/misc/threads.c
>@@ -137,7 +137,7 @@ bool vlc_mutex_held(const vlc_mutex_t *mtx)
> {
> /* This comparison is thread-safe:
> * Even though other threads may modify the owner field at any time,
>- * they will never make ti compare equal to the calling thread.
>+ * they will never make it compare equal to the calling thread.
> */
> return THREAD_SELF == atomic_load_explicit(&mtx->owner,
> memory_order_relaxed);
>--
>2.21.1 (Apple Git-122.3)
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200228/93f980fa/attachment.html>
More information about the vlc-devel
mailing list