Chromium Code Reviews| Index: src/gpu/GrGpu.cpp |
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
| index 64016cf44177b509ff1a50e7087f77b3254237f2..8cb2e49bedf8913b04bf6a498167b192d32cd353 100644 |
| --- a/src/gpu/GrGpu.cpp |
| +++ b/src/gpu/GrGpu.cpp |
| @@ -78,7 +78,7 @@ GrTexture* GrGpu::createTexture(const GrSurfaceDesc& origDesc, bool budgeted, |
| return NULL; |
| } |
| - // We currently not support multisampled textures |
| + // We currently do not support multisampled textures |
| if (!isRT && desc.fSampleCnt > 0) { |
| return NULL; |
| } |