am7xxx: fix a typo, s/it's/its/
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 17 Mar 2012 09:17:19 +0000 (10:17 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 17 Mar 2012 09:17:19 +0000 (10:17 +0100)
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;