| 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;
|
|
|