summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
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).