Index: chrome/browser/component_updater/pepper_flash_component_installer.cc |
diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
index 529a0368bfba1a4907c5bb67f33e85c697f65718..aa6ba5f17e2463f7e01e06f6017f3517a59c69a5 100644 |
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc |
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
@@ -139,7 +139,7 @@ bool MakePepperFlashPluginInfo(const base::FilePath& flash_path, |
bool IsPepperFlash(const content::WebPluginInfo& plugin) { |
// We try to recognize Pepper Flash by the following criteria: |
- // * It is a Pepper plug-in. |
+ // * It is a Pepper plugin. |
// * It has the special Flash permissions. |
return plugin.is_pepper_plugin() && |
(plugin.pepper_permissions & ppapi::PERMISSION_FLASH); |