From: Pierre d'Herbemont Date: Sat, 24 Mar 2007 20:57:23 +0000 (+0000) Subject: Gestures: Fix typo in comment. X-Git-Tag: 0.9.0-test0~8023 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ae17ca1d594d29486fea5b8e3dab8ba4d12f2e7c;p=vlc Gestures: Fix typo in comment. --- diff --git a/modules/control/gestures.c b/modules/control/gestures.c index 9bfa5a3b9c..670b7eb513 100644 --- a/modules/control/gestures.c +++ b/modules/control/gestures.c @@ -263,7 +263,7 @@ static int InitThread( intf_thread_t * p_intf ) /* p_intf->p_sys->p_input references counting strategy: * - InitThread is responsible for only one ref count retaining - * - EndThread is responsible for the correspondinf release */ + * - EndThread is responsible for the corresponding release */ p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT, FIND_PARENT ); vlc_mutex_lock( &p_intf->change_lock );