| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index 65b9c9cb92fe02521587ada2a8f393ec28ea5070..2b759b800387882577b6cad8a7c029b44b56a373 100644
|
| --- a/include/core/SkImage.h
|
| +++ b/include/core/SkImage.h
|
| @@ -106,7 +106,7 @@ public:
|
| /**
|
| * Create a new image from the specified descriptor. The underlying platform texture must stay
|
| * valid and unaltered until the specified release-proc is invoked, indicating that Skia
|
| - * nolonger is holding a reference to it.
|
| + * no longer is holding a reference to it.
|
| *
|
| * Will return NULL if the specified descriptor is unsupported.
|
| */
|
|
|