| Index: include/gpu/GrTextureProvider.h
 | 
| diff --git a/include/gpu/GrTextureProvider.h b/include/gpu/GrTextureProvider.h
 | 
| index 338dddbaca87f0a87c89c29129afad0ae3fadac4..3fa359d19a984ab92ef3029239f40d85bf2a6fd3 100644
 | 
| --- a/include/gpu/GrTextureProvider.h
 | 
| +++ b/include/gpu/GrTextureProvider.h
 | 
| @@ -98,7 +98,7 @@ public:
 | 
|       * the client will resolve to a texture). Currently wrapped render targets
 | 
|       * always use the kBorrow_GrWrapOwnership semantics.
 | 
|       *
 | 
| -     * @return GrTexture object or NULL on failure.
 | 
| +     * @return GrRenderTarget object or NULL on failure.
 | 
|       */
 | 
|       GrRenderTarget* wrapBackendRenderTarget(const GrBackendRenderTargetDesc& desc);
 | 
|  
 | 
| 
 |