| Index: include/core/SkTDArray.h
|
| diff --git a/include/core/SkTDArray.h b/include/core/SkTDArray.h
|
| index 31a11c7f3ea0c9a23e8d4f45f97a8a597873eee9..337b6fdc4fca3b4b5e4759768289d9f119aaa931 100644
|
| --- a/include/core/SkTDArray.h
|
| +++ b/include/core/SkTDArray.h
|
| @@ -136,7 +136,7 @@ public:
|
| * Sets the number of elements in the array.
|
| * If the array does not have space for count elements, it will increase
|
| * the storage allocated to some amount greater than that required.
|
| - * It will never shrink the shrink the storage.
|
| + * It will never shrink the storage.
|
| */
|
| void setCount(int count) {
|
| SkASSERT(count >= 0);
|
|
|