diff options
-rw-r--r-- | color_pipe.c | 4 |
1 files 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 |