summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-19 23:49:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-23 14:32:04 +0200
commit867e7bb4f101e74d69a637ab38e90360dfe8bceb (patch)
treeb5e203e273b4d075ac80fa5ccc4a59ddd241ecc1 /libavutil/opt.h
parent3d3a7f5034a2ccab0e6ae655c8f9610308773714 (diff)
fix order of operations in comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
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