fix comment on GrBatchTextStrike
TBR=bsalomon@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/1252783002
diff --git a/src/gpu/GrBatchFontCache.h b/src/gpu/GrBatchFontCache.h
index 2b62529..28aa036 100644
--- a/src/gpu/GrBatchFontCache.h
+++ b/src/gpu/GrBatchFontCache.h
@@ -19,9 +19,8 @@
class GrGpu;
/**
- * The GrBatchTextStrike manages a pool of CPU backing memory for Glyph Masks. This backing memory
- * is abstracted by GrGlyph, and indexed by a PackedID and GrFontScaler. The GrFontScaler is what
- * actually creates the mask.
+ * The GrBatchTextStrike manages a pool of CPU backing memory for GrGlyphs. This backing memory
+ * is indexed by a PackedID and GrFontScaler. The GrFontScaler is what actually creates the mask.
*/
class GrBatchTextStrike : public SkNVRefCnt<GrBatchTextStrike> {
public: