summaryrefslogtreecommitdiff
path: root/gs
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-06-28 20:08:40 +0100
committerChris Liddell <chris.liddell@artifex.com>2012-03-15 11:52:05 +0000
commitfd8f2600372da93b073ce79e95798ca7e73fff8e (patch)
tree2ea10d7605890460038c1f63665976898cecb981 /gs
parent1867955a8e30344f821fc9939c7bbb9287a715af (diff)
Fix typo in comment.
CLUSTER_UNTESTED
Diffstat (limited to 'gs')
-rw-r--r--gs/base/gxfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/gxfill.c b/gs/base/gxfill.c
index 44e54342c..9050d67d7 100644
--- a/gs/base/gxfill.c
+++ b/gs/base/gxfill.c
@@ -2150,7 +2150,7 @@ static inline int sign(int a)
static int
spot_into_trapezoids(line_list *ll, fixed band_mask)
{
- /* For better porformance, choose a specialized algorithm : */
+ /* For better performance, choose a specialized algorithm : */
const fill_options * const fo = ll->fo;
if (fo->is_spotan)