From b448334861dcd74e45a5230b0b0b37aba0335bc5 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Sat, 9 Jan 2021 10:43:00 +0100 Subject: [PATCH] mmal: fix typo --- modules/hw/mmal/codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw/mmal/codec.c b/modules/hw/mmal/codec.c index e3bdeffc16..09df0dd7ef 100644 --- a/modules/hw/mmal/codec.c +++ b/modules/hw/mmal/codec.c @@ -74,7 +74,7 @@ typedef struct vlc_video_context *vctx; - // Lock to avoid pic update & allocate happenening simultainiously + // Lock to avoid pic update & allocate happening simultaneously // * We should be able to arrange life s.t. this isn't needed // but while we are confused apply belt & braces vlc_mutex_t pic_lock;