[vlc-commits] Fix typo in comment
Rafaël Carré
git at videolan.org
Sat Feb 15 11:26:10 CET 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Feb 15 11:25:42 2014 +0100| [af17ddcdf207cb605f305dfc282fad07b7aaac2c] | committer: Rafaël Carré
Fix typo in comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af17ddcdf207cb605f305dfc282fad07b7aaac2c
---
src/input/clock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/clock.c b/src/input/clock.c
index 1467345..e5d1697 100644
--- a/src/input/clock.c
+++ b/src/input/clock.c
@@ -436,7 +436,7 @@ int input_clock_ConvertTS( input_clock_t *cl,
*pi_ts0 += i_ts_delay;
}
- /* XXX we do not ipdate i_ts_max on purpose */
+ /* XXX we do not update i_ts_max on purpose */
if( pi_ts1 && *pi_ts1 > VLC_TS_INVALID )
{
*pi_ts1 = ClockStreamToSystem( cl, *pi_ts1 + AvgGet( &cl->drift ) ) +
More information about the vlc-commits
mailing list