Fix copy-paste typo in comment.
authorbrianosman <brianosman@google.com>
Thu, 25 Feb 2016 21:40:42 +0000 (13:40 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Feb 2016 21:40:42 +0000 (13:40 -0800)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1734613005

Review URL: https://codereview.chromium.org/1734613005

src/gpu/GrGpu.h

index 0fef7a2..9514d2d 100644 (file)
@@ -102,7 +102,7 @@ public:
     GrTexture* wrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership);
 
     /**
-     * Implements GrTextureProvider::wrapBackendTexture
+     * Implements GrTextureProvider::wrapBackendRenderTarget
      */
     GrRenderTarget* wrapBackendRenderTarget(const GrBackendRenderTargetDesc&, GrWrapOwnership);