Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 74bf909c2113b2af3028a23d8136dc74dc73d54c..a57f4cd943e4af5322467f9e42dab3872af5d324 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -64,7 +64,7 @@ |
* 1. invalid ImageInfo (e.g. negative dimensions) |
* 2. unsupported ImageInfo for a canvas |
* - kUnknown_SkColorType, kIndex_8_SkColorType |
- * - kUnknown_SkAlphaType |
+ * - kIgnore_SkAlphaType |
* - this list is not complete, so others may also be unsupported |
* |
* Note: it is valid to request a supported ImageInfo, but with zero |