Index: mojo/public/cpp/system/macros.h |
diff --git a/mojo/public/cpp/system/macros.h b/mojo/public/cpp/system/macros.h |
index 7f0fcd7751f60a1709f14872a35e51f5fc63b120..475ec9bc3d286cbd5b35045d8df13f5cc20deb77 100644 |
--- a/mojo/public/cpp/system/macros.h |
+++ b/mojo/public/cpp/system/macros.h |
@@ -69,7 +69,7 @@ char(&ArraySizeHelper(const T(&array)[N]))[N]; |
namespace mojo { |
-// Used to explicitly mark the return value of a function as unused. (You this |
+// Used to explicitly mark the return value of a function as unused. (Use this |
// if you are really sure you don't want to do anything with the return value of |
// a function marked with |MOJO_WARN_UNUSED_RESULT|. |
template <typename T> |