| Index: src/gpu/GrMurmur3HashKey.h
|
| diff --git a/src/gpu/GrMurmur3HashKey.h b/src/gpu/GrMurmur3HashKey.h
|
| index ad1fa7c96dda564ffb8cce56aca8ebc4282ddd09..be673628eba753cab256b87be9bf1fa5aa41c3c3 100644
|
| --- a/src/gpu/GrMurmur3HashKey.h
|
| +++ b/src/gpu/GrMurmur3HashKey.h
|
| @@ -16,7 +16,7 @@
|
| /**
|
| * GrMurmur3HashKey is a hash key class that can take a data chunk of any predetermined
|
| * length. It uses the Murmur3 hash function. It is intended to be used with
|
| - * SkTDynamicHash (where GrBinHashKey is for GrTHashTable).
|
| + * SkTDynamicHash.
|
| */
|
| template<size_t KEY_SIZE_IN_BYTES>
|
| class GrMurmur3HashKey {
|
|
|