X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/24924e4869890878be88a1c6c324d2fe9ee8f087..7c12ee7bab2847c89104dbec43ea5cec481ed1a1:/src/am7xxx.c?ds=inline diff --git a/src/am7xxx.c b/src/am7xxx.c index a840589..a8bcc49 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -729,7 +729,7 @@ int am7xxx_calc_scaled_image_dimensions(am7xxx_device *dev, if (width_ratio > height_ratio) { /* * The input is proportionally "wider" than the device viewport - * so it's height needs to be adjusted + * so its height needs to be adjusted */ debug(dev->ctx, "CASE 1, original image wider, adjust the scaled height\n"); *scaled_width = device_info.native_width;