| Index: src/gpu/GrResourceProvider.cpp
|
| diff --git a/src/gpu/GrResourceProvider.cpp b/src/gpu/GrResourceProvider.cpp
|
| index 31568144a2ecb01a31152339c403f2cea9e68c9a..38213e6266330c9c2e66a4e52bec36ce7e026160 100644
|
| --- a/src/gpu/GrResourceProvider.cpp
|
| +++ b/src/gpu/GrResourceProvider.cpp
|
| @@ -202,7 +202,7 @@ GrStencilAttachment* GrResourceProvider::attachStencilAttachment(GrRenderTarget*
|
| if (rt->renderTargetPriv().attachStencilAttachment(stencil)) {
|
| if (newStencil) {
|
| // Right now we're clearing the stencil attachment here after it is
|
| - // attached to an RT for the first time. When we start matching
|
| + // attached to a RT for the first time. When we start matching
|
| // stencil buffers with smaller color targets this will no longer
|
| // be correct because it won't be guaranteed to clear the entire
|
| // sb.
|
|
|