| Index: src/core/SkScalerContext.h
|
| diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
|
| index 87d022a8eeecfadb8c07f8200f72c633b4fa2d83..48ec0624cf64876df136350164b2608670c867a8 100644
|
| --- a/src/core/SkScalerContext.h
|
| +++ b/src/core/SkScalerContext.h
|
| @@ -146,7 +146,7 @@ struct SkScalerContextRec {
|
| * @param remainingWithoutRotation apply after scale to apply the total matrix sans rotation.
|
| * @param remainingRotation apply after remainingWithoutRotation to apply the total matrix.
|
| * @param total the total matrix.
|
| - * @return false if the matrix was singular. The output will be valid but not invertable.
|
| + * @return false if the matrix was singular. The output will be valid but not invertible.
|
| */
|
| bool computeMatrices(PreMatrixScale preMatrixScale,
|
| SkVector* scale, SkMatrix* remaining,
|
|
|