# HG changeset patch # User diego # Date 1165069189 0 # Node ID d6f1b361d2c2adb5b15c548ee2e75228e5d1751b # Parent 7d8e3421be535c8aad6493f19ba7763032e7cf9e spelling cosmetics: cliped --> clipped diff -r 7d8e3421be53 -r d6f1b361d2c2 common.h --- a/common.h Thu Nov 30 12:00:29 2006 +0000 +++ b/common.h Sat Dec 02 14:19:49 2006 +0000 @@ -264,7 +264,7 @@ * @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 @@ /** * 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) {