From c6c367254f3b1e920c8f14e1d35fa6e0d7dd68dc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Dec 2006 14:19:49 +0000 Subject: spelling cosmetics: cliped --> clipped Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil') diff --git a/libavutil/common.h b/libavutil/common.h index 41bbe8f63d..a602ea7fac 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -264,7 +264,7 @@ static inline int mid_pred(int a, int b, int c) * @param a value to clip * @param amin minimum value of the clip range * @param amax maximum value of the clip range - * @return cliped value + * @return clipped value */ static inline int clip(int a, int amin, int amax) { @@ -276,7 +276,7 @@ static inline int clip(int a, int amin, int amax) /** * clip a signed integer value into the 0-255 range * @param a value to clip - * @return cliped value + * @return clipped value */ static inline uint8_t clip_uint8(int a) { -- cgit v1.2.3