From b1085c6816c093409c745a41567c8c3009917e27 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 4 Jan 2017 20:06:57 +0100 Subject: Fix typos. --- include/mupdf/fitz/geometry.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/mupdf/fitz/geometry.h') diff --git a/include/mupdf/fitz/geometry.h b/include/mupdf/fitz/geometry.h index 8b38b15b..7fef12fb 100644 --- a/include/mupdf/fitz/geometry.h +++ b/include/mupdf/fitz/geometry.h @@ -152,7 +152,7 @@ struct fz_rect_s }; /* - fz_rect_min: get the minimum point from a rectangle as an fz_point. + fz_rect_min: get the minimum point from a rectangle as a fz_point. */ static inline fz_point *fz_rect_min(fz_rect *f) { @@ -160,7 +160,7 @@ static inline fz_point *fz_rect_min(fz_rect *f) } /* - fz_rect_max: get the maximum point from a rectangle as an fz_point. + fz_rect_max: get the maximum point from a rectangle as a fz_point. */ static inline fz_point *fz_rect_max(fz_rect *f) { @@ -247,7 +247,7 @@ fz_is_infinite_irect(const fz_irect *r) } /* - fz_matrix is a a row-major 3x3 matrix used for representing + fz_matrix is a row-major 3x3 matrix used for representing transformations of coordinates throughout MuPDF. Since all points reside in a two-dimensional space, one vector -- cgit v1.2.3