Commit 69eb62b3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avcodec: fix spelling

(cherry picked from commit 6f5810a46adfc2e5202ebaf89b54eb89e7b93934)
parent e7f4622f
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include "copy.h" #include "copy.h"
/* Copy 64 bytes from srcp to dsp loading data with the SSE>=2 instruction load and /* Copy 64 bytes from srcp to dstp loading data with the SSE>=2 instruction
* storing data with the SSE>=2 instruction store. * load and storing data with the SSE>=2 instruction store.
*/ */
#define COPY64(dstp, srcp, load, store) \ #define COPY64(dstp, srcp, load, store) \
asm volatile ( \ asm volatile ( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment