From 6c778164a743f8760dca251524d51848548b436f Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Thu, 6 Sep 2012 02:01:13 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5410 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 81974c016c..6cc94431db 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -763,7 +763,7 @@ public: * addAndLockStencilBuffer. When a SB's RT-attachment count * reaches zero the SB unlocks itself using unlockStencilBuffer and is * eligible for purging. findAndLockStencilBuffer is called to check the - * cache for a SB that matches an RT's criteria. + * cache for a SB that matches an RT's criteria. */ void addAndLockStencilBuffer(GrStencilBuffer* sb); void unlockStencilBuffer(GrStencilBuffer* sb); -- cgit v1.2.3