summaryrefslogtreecommitdiff
path: root/drivers/webp/mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/webp/mux.h')
-rw-r--r--drivers/webp/mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/mux.h b/drivers/webp/mux.h
index 1fddfb76d4..b72658c741 100644
--- a/drivers/webp/mux.h
+++ b/drivers/webp/mux.h
@@ -462,7 +462,7 @@ WEBP_EXTERN(WebPAnimEncoder*) WebPAnimEncoderNewInternal(
// Parameters:
// width/height - (in) canvas width and height of the animation.
// enc_options - (in) encoding options; can be passed NULL to pick
-// reasonable defaults.
+// reasonable defaults.
// Returns:
// A pointer to the newly created WebPAnimEncoder object.
// Or NULL in case of memory error.