| Index: native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.cc | 
| diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.cc b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.cc | 
| index d1675fc2130ee6c6fdeac04bdd276c61514779cc..5847756f05548564c0fc263a0567741f57a7d26c 100644 | 
| --- a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.cc | 
| +++ b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.cc | 
| @@ -11,7 +11,7 @@ | 
| #include "opengl_context.h" | 
|  | 
| namespace { | 
| -// This is called by the brower when the 3D context has been flushed to the | 
| +// This is called by the browser when the 3D context has been flushed to the | 
| // browser window. | 
| void FlushCallback(void* data, int32_t result) { | 
| static_cast<tumbler::OpenGLContext*>(data)->set_flush_pending(false); | 
|  |