am7xxx: fix a typo, s/it's/its/
[libam7xxx.git] / src / am7xxx.c
index a840589..a8bcc49 100644 (file)
@@ -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
        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;
                 */
                debug(dev->ctx, "CASE 1, original image wider, adjust the scaled height\n");
                *scaled_width = device_info.native_width;