From bfe3676feb5548993292b806de45a1cbc746c05f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 28 Jan 2009 23:03:17 +0000 Subject: spelling/grammar/consistency review part II Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/integer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavutil/integer.h') diff --git a/libavutil/integer.h b/libavutil/integer.h index fdde30c400..148b5c344d 100644 --- a/libavutil/integer.h +++ b/libavutil/integer.h @@ -76,9 +76,9 @@ AVInteger av_div_i(AVInteger a, AVInteger b) av_const; AVInteger av_int2i(int64_t a) av_const; /** - * converts the given AVInteger to an int64_t. - * if the AVInteger is too large to fit into an int64_t, - * then only the least significant 64bit will be used + * Converts the given AVInteger to an int64_t. + * If the AVInteger is too large to fit into an int64_t, + * then only the least significant 64 bits will be used. */ int64_t av_i2int(AVInteger a) av_const; -- cgit v1.2.3