summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-08 00:11:24 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-08 00:11:24 +0200
commit8b6662781799f17710b3e6b1c26d6516d984ae65 (patch)
tree25b0633e35238a07f06753b7b491dcdb2688f562 /devtools
parentf421fd2a59ba03cf54abee29a2e6b84a8b03ed12 (diff)
downloaduxp-8b6662781799f17710b3e6b1c26d6516d984ae65.tar.gz
Fix some comment in devtools-browser.js
Diffstat (limited to 'devtools')
-rw-r--r--devtools/client/framework/devtools-browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/framework/devtools-browser.js b/devtools/client/framework/devtools-browser.js
index b9f4d92ba0..fe40cdb324 100644
--- a/devtools/client/framework/devtools-browser.js
+++ b/devtools/client/framework/devtools-browser.js
@@ -8,7 +8,7 @@
* This is the main module loaded in Firefox desktop that handles browser
* windows and coordinates devtools around each window.
*
- * This module is loaded lazily by devtools-clhandler.js, once the first
+ * This module is loaded lazily by devtools-startup.js, once the first
* browser window is ready (i.e. fired browser-delayed-startup-finished event)
**/