Fix typo in comment

R=viettrungluu@chromium.org, viettrungluu

Review URL: https://codereview.chromium.org/1347523002 .
diff --git a/mojo/public/cpp/system/macros.h b/mojo/public/cpp/system/macros.h
index 7f0fcd7..475ec9b 100644
--- a/mojo/public/cpp/system/macros.h
+++ b/mojo/public/cpp/system/macros.h
@@ -69,7 +69,7 @@
 
 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>