aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index 1350e8f7c3..0f148a71d2 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -549,7 +549,7 @@ private:
enum {
/** Set if the matrix will map a rectangle to another rectangle. This
can be true if the matrix is scale-only, or rotates a multiple of
- 90 degrees. This bit is not set if the matrix is identity.
+ 90 degrees.
This bit will be set on identity matrices
*/