]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/eval.h
Merge commit '3edac01f79a08635d8d2c08e9410651d9a330d61'
[ffmpeg] / libavutil / eval.h
index 6159b0fe58bbda361adae737896b932cd0c2a360..dacd22b96e66cec8818f1b2f5c806df166eb9d86 100644 (file)
@@ -102,7 +102,7 @@ void av_expr_free(AVExpr *e);
  * @param numstr a string representing a number, may contain one of
  * the International System number postfixes, for example 'K', 'M',
  * 'G'. If 'i' is appended after the postfix, powers of 2 are used
- * instead of powers of 10. The 'B' postfix multiplies the value for
+ * instead of powers of 10. The 'B' postfix multiplies the value by
  * 8, and can be appended after another postfix or used alone. This
  * allows using for example 'KB', 'MiB', 'G' and 'B' as postfix.
  * @param tail if non-NULL puts here the pointer to the char next