summaryrefslogtreecommitdiff
path: root/draw/draw_edge.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_edge.c')
-rw-r--r--draw/draw_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/draw_edge.c b/draw/draw_edge.c
index 2cc6ddbe..adb460ac 100644
--- a/draw/draw_edge.c
+++ b/draw/draw_edge.c
@@ -135,7 +135,7 @@ fz_set_aa_level(fz_context *ctx, int level)
/*
* Global Edge List -- list of straight path segments for scan conversion
*
- * Stepping along the edges is with bresenham's line algorithm.
+ * Stepping along the edges is with Bresenham's line algorithm.
*
* See Mike Abrash -- Graphics Programming Black Book (notably chapter 40)
*/