| Index: content/plugin/webplugin_proxy.h | 
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h | 
| index e1fb45dc8e817171ab74d80ab2a27ba6882f5c07..458921afd02b7698999423267ef4a2a14cc0d98b 100644 | 
| --- a/content/plugin/webplugin_proxy.h | 
| +++ b/content/plugin/webplugin_proxy.h | 
| @@ -131,7 +131,7 @@ class WebPluginProxy : public WebPlugin, | 
| void OnResourceCreated(int resource_id, WebPluginResourceClient* client); | 
|  | 
| #if defined(OS_WIN) && !defined(USE_AURA) | 
| -  // Retrieves the IME status from a windowless plug-in and sends it to a | 
| +  // Retrieves the IME status from a windowless plugin and sends it to a | 
| // renderer process. A renderer process will convert the coordinates from | 
| // local to the window coordinates and send the converted coordinates to a | 
| // browser process. | 
|  |