diff options
Diffstat (limited to 'src/bootchart/svg.c')
-rw-r--r-- | src/bootchart/svg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index 8da32efca5..d7c4168d57 100644 --- a/src/bootchart/svg.c +++ b/src/bootchart/svg.c @@ -95,9 +95,9 @@ static void svg_header(void) /* write some basic info as a comment, including some help */ svg("<!-- This file is a bootchart SVG file. It is best rendered in a browser -->\n"); - svg("<!-- such as Chrome/Chromium, firefox. Other applications that render -->\n"); - svg("<!-- these files properly but much more slow are ImageMagick, gimp, -->\n"); - svg("<!-- inkscape, etc.. To display the files on your system, just point -->\n"); + svg("<!-- such as Chrome, Chromium, or Firefox. Other applications that -->\n"); + svg("<!-- render these files properly but more slowly are ImageMagick, gimp, -->\n"); + svg("<!-- inkscape, etc. To display the files on your system, just point -->\n"); svg("<!-- your browser to file:///var/log/ and click. This bootchart was -->\n\n"); svg("<!-- generated by bootchart version %s, running with options: -->\n", VERSION); |