[vlc-commits] avcodec: fix spelling
Rémi Denis-Courmont
git at videolan.org
Fri Oct 12 10:28:50 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 11 19:41:53 2012 +0300| [6f5810a46adfc2e5202ebaf89b54eb89e7b93934] | committer: Rémi Denis-Courmont
avcodec: fix spelling
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f5810a46adfc2e5202ebaf89b54eb89e7b93934
---
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 15160ed..c9f7174 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