[vlc-commits] mmal: fix typo

Alexandre Janniaux git at videolan.org
Mon Mar 15 12:57:34 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sat Jan  9 10:43:00 2021 +0100| [b448334861dcd74e45a5230b0b0b37aba0335bc5] | committer: Alexandre Janniaux

mmal: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b448334861dcd74e45a5230b0b0b37aba0335bc5
---

 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;



More information about the vlc-commits mailing list