summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_channel_base.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 23:21:54 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 23:21:54 +0000
commit69d875e3255149b5080c5edfa3815703c0d9256f (patch)
treea37ab1f11e4e7af28aed72cc41193a7def5671bd /chrome/plugin/plugin_channel_base.h
parentdc2687c56b00d665d29693493c0d2fe0b20684d5 (diff)
downloadchromium_src-69d875e3255149b5080c5edfa3815703c0d9256f.zip
chromium_src-69d875e3255149b5080c5edfa3815703c0d9256f.tar.gz
chromium_src-69d875e3255149b5080c5edfa3815703c0d9256f.tar.bz2
fix typo
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_channel_base.h')
-rw-r--r--chrome/plugin/plugin_channel_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_channel_base.h b/chrome/plugin/plugin_channel_base.h
index 8d01964..026c06f 100644
--- a/chrome/plugin/plugin_channel_base.h
+++ b/chrome/plugin/plugin_channel_base.h
@@ -132,7 +132,7 @@ class PluginChannelBase : public IPC::Channel::Listener,
// in the middle of dispatching an unblocking message.
// The plugin process wants to avoid setting the unblock flag on its sync
// messages unless necessary, since it can potentially introduce reentrancy
- // into WebKit in ways that it doesn't expect (i.e. causing layoutout during
+ // into WebKit in ways that it doesn't expect (i.e. causing layout during
// paint). However to avoid deadlock, we must ensure that any message that's
// sent as a result of a sync call from the renderer must unblock the
// renderer. We additionally have to do this for async messages from the