Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index b69ad89a1446281d95967ac0eb7f97bda9b2cbba..213a6a8266a487be1ead4cccfedf24e4f6f65de8 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -87,7 +87,7 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, |
// Runs all the registered callbacks on each's target loop if the condition |
// for ending the load process is done (i.e. the |next_load_index_| is outside |
- // the ranage of the |canonical_list_|). |
+ // the range of the |canonical_list_|). |
bool MaybeRunPendingCallbacks(); |
// The process host for which this is a client. |