From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sat, 17 Mar 2012 09:17:19 +0000 (+0100)
Subject: am7xxx: fix a typo, s/it's/its/
X-Git-Tag: v0.1.0~1^2~13
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/7c12ee7bab2847c89104dbec43ea5cec481ed1a1?ds=inline;hp=-c

am7xxx: fix a typo, s/it's/its/
---

7c12ee7bab2847c89104dbec43ea5cec481ed1a1
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;