summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h
index 1fecb51098..2128a712b2 100644
--- a/libavcodec/opt.h
+++ b/libavcodec/opt.h
@@ -55,7 +55,7 @@ typedef struct AVOption {
/**
* The offset relative to the context structure where the option
- * value is stored. It should be 0 for named constant.
+ * value is stored. It should be 0 for named constants.
*/
int offset;
enum AVOptionType type;