Index: chrome/browser/resources/options/startup_overlay.js |
diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js |
index 15dea43afe35aa5a01bd332362984d3dd33d2c19..c3d794bc653c017883a25372f5eb654d3fb547c1 100644 |
--- a/chrome/browser/resources/options/startup_overlay.js |
+++ b/chrome/browser/resources/options/startup_overlay.js |
@@ -106,7 +106,7 @@ cr.define('options', function() { |
/** |
* Handles change events of the preference |
* 'session.startup_urls'. |
- * @param {event} preference changed event. |
+ * @param {Event} event Preference changed event. |
* @private |
*/ |
handleStartupPageListChange_: function(event) { |
@@ -139,7 +139,7 @@ cr.define('options', function() { |
/** |
* Updates the autocomplete suggestion list with the given entries. |
- * @param {Array} pages List of autocomplete suggestions. |
+ * @param {Array} suggestions List of autocomplete suggestions. |
* @private |
*/ |
updateAutocompleteSuggestions_: function(suggestions) { |