Index: ppapi/proxy/ppb_url_response_info_proxy.h |
diff --git a/ppapi/proxy/ppb_url_response_info_proxy.h b/ppapi/proxy/ppb_url_response_info_proxy.h |
index f181dfd4475bed70ab8dd2d621cd51f543c6691f..9ef469ba13abe77a974e81bad283407dde260df7 100644 |
--- a/ppapi/proxy/ppb_url_response_info_proxy.h |
+++ b/ppapi/proxy/ppb_url_response_info_proxy.h |
@@ -31,7 +31,7 @@ class PPB_URLResponseInfo_Proxy : public InterfaceProxy { |
// URLResponseInfo objects are actually created and returned by the |
// URLLoader. This function allows the URLLoader to convert a new |
// HostResource representing a response info to a properly tracked |
- // URLReponseInfo PluginResource. Returns the plugin resource ID for the |
+ // URLReponseInfo Resource. Returns the plugin resource ID for the |
// new resource. |
static PP_Resource CreateResponseForResource( |
const ppapi::HostResource& resource); |