Mercurial > libavutil.hg
changeset 255:add2141ed7b0 libavutil
fix 2 mistakes in doxy comments, spotted by Michael
author | gpoirier |
---|---|
date | Mon, 26 Feb 2007 14:53:42 +0000 |
parents | 77e39bbb7219 |
children | 1bbf9bc3fe18 |
files | rational.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rational.h Mon Feb 26 14:27:29 2007 +0000 +++ b/rational.h Mon Feb 26 14:53:42 2007 +0000 @@ -80,7 +80,7 @@ AVRational av_mul_q(AVRational b, AVRational c); /** - * Divides two rationals. + * Divides one rational by another. * @param b first rational. * @param c second rational. * @return b/c. @@ -96,7 +96,7 @@ AVRational av_add_q(AVRational b, AVRational c); /** - * Substracts two rationals. + * Subtracts one rational from another. * @param b first rational. * @param c second rational. * returns b-c.