Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1092)

Unified Diff: tools/traceline/svgui/traceline.js

Issue 9910010: Fix some grammatical errors in comments in tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/traceline/svgui/traceline.js
diff --git a/tools/traceline/svgui/traceline.js b/tools/traceline/svgui/traceline.js
index 5461040e6c78ed7a46a13a9a505988edf96aa6f0..33cc2dfa388b18386181f154d95057de0dff1ab4 100644
--- a/tools/traceline/svgui/traceline.js
+++ b/tools/traceline/svgui/traceline.js
@@ -462,7 +462,7 @@ function(threadnames, svgheight) {
this.totaldiv);
this.attached = true;
},
- // The fatty div will have it's width adjusted based on the zoom level and
+ // The fatty div will have its width adjusted based on the zoom level and
// the duration of the graph, to get the scrolling correct for the size.
'zoom': function(curzoom) {
var width = widthms * curzoom;

Powered by Google App Engine
This is Rietveld 408576698