diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-07 16:07:51 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-18 13:36:51 +0100 |
commit | 523c7bd23c781aa0f3a85044896f5e18e8b52534 (patch) | |
tree | c430db55861018aa073c23c2a13c0d54be609a2f /libavcodec/arm | |
parent | ea061af15ac5629dc8dbeb33b7382d6711a323c3 (diff) | |
download | ffmpeg-523c7bd23c781aa0f3a85044896f5e18e8b52534.tar.gz |
misc typo, style and wording fixes
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/fmtconvert_vfp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fmtconvert_vfp.S b/libavcodec/arm/fmtconvert_vfp.S index 8aeec2aa12..fb12de1368 100644 --- a/libavcodec/arm/fmtconvert_vfp.S +++ b/libavcodec/arm/fmtconvert_vfp.S @@ -25,7 +25,7 @@ * ARM VFP optimized float to int16 conversion. * Assume that len is a positive number and is multiple of 8, destination * buffer is at least 4 bytes aligned (8 bytes alignment is better for - * performance), little endian byte sex + * performance), little-endian byte sex. */ @ void ff_float_to_int16_vfp(int16_t *dst, const float *src, int len) function ff_float_to_int16_vfp, export=1 |