From 867e7bb4f101e74d69a637ab38e90360dfe8bceb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 19 Oct 2013 23:49:37 +0200 Subject: fix order of operations in comments Signed-off-by: Michael Niedermayer --- libavutil/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/opt.h') diff --git a/libavutil/opt.h b/libavutil/opt.h index bf4c5ddf5c..14faa6e066 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -320,7 +320,7 @@ typedef struct AVOptionRanges { /** * Look for an option in obj. Look only for the options which * have the flags set as specified in mask and flags (that is, - * for which it is the case that opt->flags & mask == flags). + * for which it is the case that (opt->flags & mask) == flags). * * @param[in] obj a pointer to a struct whose first element is a * pointer to an AVClass -- cgit v1.2.3