summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-09 09:43:02 -0500
committerBryce Harrington <bryce@osg.samsung.com>2018-04-02 17:46:58 -0700
commit12cb59be7da83cf019933a163cef8d8b2601b7f4 (patch)
treebdc20384928124d46c56f0faaf72b6b5a991fe83 /perf
parent33a348d69809637ba7c48cc31a9f236a5b246ae0 (diff)
downloadcairo-12cb59be7da83cf019933a163cef8d8b2601b7f4.tar.gz
Cairo trivial typos
Found using `codespell -q 3 -I cairo-whitelist.txt` whereby whitelist contained: ``` amin iff lod writen ``` Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-diff-files.c2
-rw-r--r--perf/micro/long-lines.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/perf/cairo-perf-diff-files.c b/perf/cairo-perf-diff-files.c
index 36b80cda4..4d3ff7a67 100644
--- a/perf/cairo-perf-diff-files.c
+++ b/perf/cairo-perf-diff-files.c
@@ -355,7 +355,7 @@ cairo_perf_reports_compare (cairo_perf_report_t *reports,
diff = &diffs[i];
/* Discard as uninteresting a change which is less than the
- * minimum change required, (default may be overriden on
+ * minimum change required, (default may be overridden on
* command-line). */
if (fabs (diff->change) - 1.0 < options->min_change)
continue;
diff --git a/perf/micro/long-lines.c b/perf/micro/long-lines.c
index a0d134c2d..7bfe624cb 100644
--- a/perf/micro/long-lines.c
+++ b/perf/micro/long-lines.c
@@ -29,7 +29,7 @@
/* This test case is designed to illustrate a performance bug in
* drawing very long lines, where most of the line is out of bounds of
* the destination surface, (but some portion of the line is
- * visibile). These results are in the "long-lines-uncropped" report.
+ * visible). These results are in the "long-lines-uncropped" report.
*
* For comparison, this test also renders the visible portions of the
* same lines, (this is the "long-lines-cropped" report).