Index: native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.h |
diff --git a/native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.h b/native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.h |
index c9c3256f4807354daa19093ef5d444c61615f41f..b7e489c04866ddcf63d3a6544dd09fdd9a4c5cd6 100644 |
--- a/native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.h |
+++ b/native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.h |
@@ -16,7 +16,7 @@ class GTestRunner { |
public: |
// Factory function to create the background gtest thread and associated |
// GTestRunner singleton. It is an error to call the factory function more |
- // than once that raises an assert in debug mde. |
+ // than once that raises an assert in debug mode. |
// |
// Parameters: |
// instance: the NaCl instance. |