aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-03-02 11:20:07 +0100
committerTimothy Gu <timothygu99@gmail.com>2016-03-02 16:44:18 -0800
commitf9f9f31c6c67bb022b20c7515646c4b3128b59d4 (patch)
treef53d53d639f88323660662bd5b0987e141fdb3e6 /doc
parent800334947d9509bfd270dfad7c5421ae20639a64 (diff)
downloadffmpeg-f9f9f31c6c67bb022b20c7515646c4b3128b59d4.tar.gz
doc/utils: fix typo for min() description
Signed-off-by: Paul B Mahol <onemda@gmail.com> (cherry picked from commit bdf474bcff29f5b40fe14f6fa1dbe10e69c73ab7) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-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}.