summaryrefslogtreecommitdiff
path: root/doc/utils.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-03-02 11:20:07 +0100
committerPaul B Mahol <onemda@gmail.com>2016-03-02 11:20:07 +0100
commitbdf474bcff29f5b40fe14f6fa1dbe10e69c73ab7 (patch)
tree2565f6c3eda1f2df247817663ca7523e5c5c752f /doc/utils.texi
parent29c6fd41fcf1b5585130cfe5017baf6b14fb15a0 (diff)
downloadffmpeg-bdf474bcff29f5b40fe14f6fa1dbe10e69c73ab7.tar.gz
doc/utils: fix typo for min() description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/utils.texi')
-rw-r--r--doc/utils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/utils.texi b/doc/utils.texi
index 756c609072..7aea460609 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -869,7 +869,7 @@ Return 1 if @var{x} is lesser than or equal to @var{y}, 0 otherwise.
Return the maximum between @var{x} and @var{y}.
@item min(x, y)
-Return the maximum between @var{x} and @var{y}.
+Return the minimum between @var{x} and @var{y}.
@item mod(x, y)
Compute the remainder of division of @var{x} by @var{y}.