From bc040cb3e2eac2882b4af01de3b769620634b2aa Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 17 Mar 2011 10:24:08 +0000 Subject: applehttp: Fix a typo in a comment Signed-off-by: Mans Rullgard --- libavformat/applehttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c index 7a3d8b0b10..d2c2c29e17 100644 --- a/libavformat/applehttp.c +++ b/libavformat/applehttp.c @@ -519,7 +519,7 @@ reload: c->max_start_seq - c->cur_seq_no); c->cur_seq_no = c->max_start_seq; } - /* If more segments exit, open the next one */ + /* If more segments exist, open the next one */ if (c->cur_seq_no < c->min_end_seq) goto start; /* We've reached the end of the playlists - return eof if this is a -- cgit v1.2.3