Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index 3257ac315cef321fa13ae71f5a727e13e49c7af8..3d45743a5ae09c8225d761272508391262abb83e 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -189,8 +189,8 @@ bool PluginProcessHost::Init(const WebPluginInfo& info) { |
browser_command_line.GetSwitchValueNative(switches::kPluginLauncher); |
#if defined(OS_MACOSX) |
- // Run the plug-in process in a mode tolerant of heap execution without |
- // explicit mprotect calls. Some plug-ins still rely on this quaint and |
+ // Run the plugin process in a mode tolerant of heap execution without |
+ // explicit mprotect calls. Some plugins still rely on this quaint and |
// archaic "feature." See http://crbug.com/93551. |
int flags = ChildProcessHost::CHILD_ALLOW_HEAP_EXECUTION; |
#elif defined(OS_LINUX) |