aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-10 16:20:41 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-10 16:20:41 +0000
commit0e5104c1570de4709e04720e62d80a0ca8970260 (patch)
treedf45ce67dd14907eaa955119acc883adfbf23670 /include
parentddd40e5e96c43ff6730745b53abf09bf0129f6d2 (diff)
misc fixes
Submitted on behalf of Guanqun.Lu@gmail.com Review URL: http://codereview.appspot.com/5988070/ git-svn-id: http://skia.googlecode.com/svn/trunk@3640 2bbb7eff-a529-9590-31e7-b0007b416f81
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
*/