| Index: content/common/plugin_list.cc
|
| diff --git a/content/common/plugin_list.cc b/content/common/plugin_list.cc
|
| index eff0f66b26964b38d5dd6dec5e05f144b0150a5b..9d650aac1d16b20a717318eb0437cd73c907c3af 100644
|
| --- a/content/common/plugin_list.cc
|
| +++ b/content/common/plugin_list.cc
|
| @@ -172,7 +172,7 @@ void PluginList::SetPlugins(const std::vector<WebPluginInfo>& plugins) {
|
| base::AutoLock lock(lock_);
|
|
|
| // If we haven't been invalidated in the mean time, mark the plugin list as
|
| - // up-to-date.
|
| + // up to date.
|
| if (loading_state_ != LOADING_STATE_NEEDS_REFRESH)
|
| loading_state_ = LOADING_STATE_UP_TO_DATE;
|
|
|
|
|