| Index: include/core/SkTypes.h
|
| diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
|
| index 3f4bc2cf34c619ea8b14c5afd265658d0f47212c..9014620695ec83bbaa5a9fbb53b3bdbdb999f194 100644
|
| --- a/include/core/SkTypes.h
|
| +++ b/include/core/SkTypes.h
|
| @@ -448,7 +448,7 @@ template <typename Dst> Dst SkTCast(const void* ptr) {
|
|
|
| /** \class SkNoncopyable
|
|
|
| -SkNoncopyable is the base class for objects that may do not want to
|
| +SkNoncopyable is the base class for objects that do not want to
|
| be copied. It hides its copy-constructor and its assignment-operator.
|
| */
|
| class SK_API SkNoncopyable {
|
|
|