Index: ppapi/host/dispatch_host_message.h |
diff --git a/ppapi/host/dispatch_host_message.h b/ppapi/host/dispatch_host_message.h |
index b01a0ed9cee9cceae56d418ead3d070d8b161caf..f891851e2162700b640bad578419e92a75219b7b 100644 |
--- a/ppapi/host/dispatch_host_message.h |
+++ b/ppapi/host/dispatch_host_message.h |
@@ -63,7 +63,7 @@ inline int32_t DispatchResourceCall(ObjT* obj, Method method, |
// Note that this only works for message with 1 or more parameters. For |
// 0-parameter messages you need to use the _0 version below (since there are |
-// no Params in the message). |
+// no params in the message). |
#define PPAPI_DISPATCH_HOST_RESOURCE_CALL(msg_class, member_func) \ |
case msg_class::ID: { \ |
TRACK_RUN_IN_IPC_HANDLER(member_func); \ |