Squisher: fix description for device specific LCD Density fix part

Change-Id: I748bf3c26299a88d6196bc742d45c3b09b17e3c8
diff --git a/tools/squisher b/tools/squisher
index ffb17c9..c1c47d1 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -151,7 +151,7 @@
     sed -i 's/ro.sf.lcd_density=213/ro.sf.lcd_density=182/g' $OUT/system/build.prop
 fi
 
-# Fix LCD Density for GNote
+# Device specific LCD Density fix
 DEVICEID=`sed -n -e'/ro\.product\.device/s/^.*=//p' $OUT/system/build.prop`
 if [ "$DEVICEID" = "SGH-I717" ]; then
    sed -i 's/ro.sf.lcd_density=245/ro.sf.lcd_density=268/g' $OUT/system/build.prop