Mercurial > libavutil.hg
changeset 248:5feb5bb5d89f libavutil
cosmetics: fix usefuLL --> usefuL typo
author | diego |
---|---|
date | Thu, 22 Feb 2007 00:07:42 +0000 |
parents | afd1323ade1c |
children | d1e99b40b1c9 |
files | rational.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rational.h Tue Feb 20 12:41:47 2007 +0000 +++ b/rational.h Thu Feb 22 00:07:42 2007 +0000 @@ -56,7 +56,7 @@ /** * reduce a fraction. - * this is usefull for framerate calculations + * This is useful for framerate calculations. * @param max the maximum allowed for dst_nom & dst_den * @return 1 if exact, 0 otherwise */