diff options
Diffstat (limited to 'include/gpu/GrFontScaler.h')
-rw-r--r-- | include/gpu/GrFontScaler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h index e51c4ac9a5..d307cabb42 100644 --- a/include/gpu/GrFontScaler.h +++ b/include/gpu/GrFontScaler.h @@ -18,7 +18,7 @@ class SkPath; * font scaler. * * The client is responsible for subclassing, and instantiating this. The - * instance is create for a specific font+size+matrix. + * instance is created for a specific font+size+matrix. */ class GrFontScaler : public SkRefCnt { public: |