| Index: src/utils/SkBitmapHasher.h
|
| diff --git a/src/utils/SkBitmapHasher.h b/src/utils/SkBitmapHasher.h
|
| index d52a6d739c1ba52746bdc2587bf0751de05754ce..c8a5c0406f4b6410528d14746bb730a0a738a6ee 100644
|
| --- a/src/utils/SkBitmapHasher.h
|
| +++ b/src/utils/SkBitmapHasher.h
|
| @@ -22,7 +22,7 @@ public:
|
| * If this is unable to compute the hash for some reason,
|
| * it returns false.
|
| *
|
| - * Note: depending on the bitmap config, we may need to create an
|
| + * Note: depending on the bitmap colortype, we may need to create an
|
| * intermediate SkBitmap and copy the pixels over to it... so in some
|
| * cases, performance and memory usage can suffer.
|
| */
|
|
|