aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkRectShaderImageFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkRectShaderImageFilter.h')
-rw-r--r--include/effects/SkRectShaderImageFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkRectShaderImageFilter.h b/include/effects/SkRectShaderImageFilter.h
index 9a2913c03b..650a5833ad 100644
--- a/include/effects/SkRectShaderImageFilter.h
+++ b/include/effects/SkRectShaderImageFilter.h
@@ -17,7 +17,7 @@ class SK_API SkRectShaderImageFilter : public SkImageFilter {
public:
/** Create a new image filter which fills the given rectangle with pixels
* produced by the given SkShader. If no rectangle is specified, an output
- * is produced with the same bounds as the input primitive (even though
+ * is produced with the same bounds as the input primitive (even though
* the input primitive's pixels are not used for processing).
* @param s Shader to call for processing. Cannot be NULL. Will be
* ref'ed by the new image filter.