From 583aec7df027168a53142f7679589a752d12d727 Mon Sep 17 00:00:00 2001 From: Patrick Roth Date: Wed, 7 Jul 2021 14:40:05 +0200 Subject: comments changed --- color_pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/color_pipe.c b/color_pipe.c index 3c4200f..626b497 100644 --- a/color_pipe.c +++ b/color_pipe.c @@ -966,9 +966,9 @@ void __stdcall color_pipe_stageconf_trapcorr(struct color_pipe_t *color_pipe, in /** - * Pipeline stage configuration: projection transformation + * Pipeline stage configuration: projective transformation * - * Project point p to p' using the the projection matrix C + * Project point p to p' using the projection matrix C * with homogeneous coordinates. * * t * p' = C * p -- cgit v1.2.1