| Index: ppapi/examples/gles2/gles2.cc
|
| diff --git a/ppapi/examples/gles2/gles2.cc b/ppapi/examples/gles2/gles2.cc
|
| index 0b5797a3adc20833727e527d25f9c1dbdd608793..0add99bdb1d68f210a545dec37fee4067c3b859b 100644
|
| --- a/ppapi/examples/gles2/gles2.cc
|
| +++ b/ppapi/examples/gles2/gles2.cc
|
| @@ -21,7 +21,7 @@
|
| #include "ppapi/lib/gl/include/GLES2/gl2.h"
|
| #include "ppapi/utility/completion_callback_factory.h"
|
|
|
| -// Use assert as a poor-man's CHECK, even in non-debug mode.
|
| +// Use assert as a makeshift CHECK, even in non-debug mode.
|
| // Since <assert.h> redefines assert on every inclusion (it doesn't use
|
| // include-guards), make sure this is the last file #include'd in this file.
|
| #undef NDEBUG
|
|
|