[vlc-commits] avcodec: fix spelling

Rémi Denis-Courmont git at videolan.org
Sat Oct 13 13:55:10 CEST 2012


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 11 19:41:53 2012 +0300| [69eb62b3c1a53a1eec41d45707c198c65f2fa1d8] | committer: Rémi Denis-Courmont

avcodec: fix spelling

(cherry picked from commit 6f5810a46adfc2e5202ebaf89b54eb89e7b93934)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=69eb62b3c1a53a1eec41d45707c198c65f2fa1d8
---

 modules/codec/avcodec/copy.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/avcodec/copy.c b/modules/codec/avcodec/copy.c
index c699882..111df27 100644
--- a/modules/codec/avcodec/copy.c
+++ b/modules/codec/avcodec/copy.c
@@ -32,8 +32,8 @@
 
 #include "copy.h"
 
-/* Copy 64 bytes from srcp to dsp loading data with the SSE>=2 instruction load and
- * storing data with the SSE>=2 instruction store.
+/* Copy 64 bytes from srcp to dstp loading data with the SSE>=2 instruction
+ * load and storing data with the SSE>=2 instruction store.
  */
 #define COPY64(dstp, srcp, load, store) \
     asm volatile (                      \



More information about the vlc-commits mailing list