summaryrefslogtreecommitdiff
path: root/libavutil/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/error.h')
-rw-r--r--libavutil/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/error.h b/libavutil/error.h
index 13a9a35930..3cee903ee2 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -58,7 +58,7 @@
#endif
/**
- * Puts a description of the AVERROR code errnum in errbuf.
+ * Put a description of the AVERROR code errnum in errbuf.
* In case of failure the global variable errno is set to indicate the
* error. Even in case of failure av_strerror() will print a generic
* error message indicating the errnum provided to errbuf.