| Index: native_client_sdk/src/examples/api/video_encode/video_encode.cc | 
| diff --git a/native_client_sdk/src/examples/api/video_encode/video_encode.cc b/native_client_sdk/src/examples/api/video_encode/video_encode.cc | 
| index 00674bfd33b7b3b295b6f6d8183412b86dedad78..9566b5a68bbbfd8c7d3ddcdc81c47c26227fbe2a 100644 | 
| --- a/native_client_sdk/src/examples/api/video_encode/video_encode.cc | 
| +++ b/native_client_sdk/src/examples/api/video_encode/video_encode.cc | 
| @@ -35,7 +35,7 @@ | 
| #undef PostMessage | 
| #endif | 
|  | 
| -// 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 | 
|  |