diff options
Diffstat (limited to 'gs')
-rw-r--r-- | gs/base/gxfill.c | 2 |
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) |