diff rational.h @ 248:5feb5bb5d89f libavutil

cosmetics: fix usefuLL --> usefuL typo
author diego
date Thu, 22 Feb 2007 00:07:42 +0000
parents d76a36742464
children 5647be712b27
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
  */