| Index: native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
|
| diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
|
| index 48a8462ecfa01f277f1178c31fbb5ffae790034a..f09832cc7846390c5235dcc4f82fb45be0e7bd6a 100644
|
| --- a/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
|
| +++ b/native_client_sdk/src/examples/fullscreen_tumbler/opengl_context.h
|
| @@ -37,7 +37,7 @@ class OpenGLContext : public pp::Graphics3DClient {
|
| /// context invalid.
|
| virtual ~OpenGLContext();
|
|
|
| - /// The Graphics3DClient interfcace.
|
| + /// The Graphics3DClient interface.
|
| virtual void Graphics3DContextLost() {
|
| assert(!"Unexpectedly lost graphics context");
|
| }
|
|
|