No bug; fix typo in header comment for gfxCallbackDrawable. comment-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2013-04-16 09:53:33 -07:00
parent 1af36ec5ff
commit 3e144cf08d

View File

@ -92,7 +92,7 @@ public:
};
/**
* gfxSurfaceDrawable
* gfxCallbackDrawable
* A convenience implementation of gfxDrawable for callbacks.
*/
class THEBES_API gfxCallbackDrawable : public gfxDrawable {