diff h264.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 966aa6b53dcf
children fd2c3b786dcf
line wrap: on
line diff
--- a/h264.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/h264.c	Wed Jun 30 15:38:06 2010 +0000
@@ -1690,7 +1690,7 @@
 }
 
 /**
- * Replicates H264 "master" context to thread contexts.
+ * Replicate H264 "master" context to thread contexts.
  */
 static void clone_slice(H264Context *dst, H264Context *src)
 {