summaryrefslogtreecommitdiff
path: root/main/jitterbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/jitterbuf.c')
-rw-r--r--main/jitterbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/jitterbuf.c b/main/jitterbuf.c
index df3164f39..21c11043b 100644
--- a/main/jitterbuf.c
+++ b/main/jitterbuf.c
@@ -358,7 +358,7 @@ static int queue_put(jitterbuf *jb, void *data, const enum jb_frame_type type, l
frame->type = type;
/*
- * frames are a circular list, jb-frames points to to the lowest ts,
+ * frames are a circular list, jb-frames points to the lowest ts,
* jb->frames->prev points to the highest ts
*/