[vlc-devel] [PATCH 1/2] thread: fix typo
Marvin Scholz (ePirat)
epirat07 at gmail.com
Fri Feb 28 13:42:04 CET 2020
Hi,
Yeah sorry this was accidentally sent as
I had it on the same branch and forgot to push and rebase before...
> Am 28.02.2020 um 12:16 schrieb Rémi Denis-Courmont <remi at remlab.net>:
>
> 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);
>
> --
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté._______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200228/283145bc/attachment.html>
More information about the vlc-devel
mailing list