summaryrefslogtreecommitdiffstats
path: root/common/glc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/glc.c')
-rw-r--r--common/glc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glc.c b/common/glc.c
index 2972b398..e4263cd4 100644
--- a/common/glc.c
+++ b/common/glc.c
@@ -228,7 +228,7 @@ static void free_tass_vertex_bufs(InternaCtx *ctx)
}
}
-//naiev bezier flattener
+//naive bezier flattener
static TassVertex *bezier_flattener(InternaCtx *ctx, PathPoint *points)
{
double ax, bx, cx;