hwc: fix the typo 82/194082/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 01:30:41 +0000 (10:30 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 01:30:41 +0000 (10:30 +0900)
Change-Id: I305a06ace16040909bd3b4858f61853bdb9c8e3c

src/tdm_exynos_hwc.c

index 38977b241b7304e1695dcc02ba6827e269ccf703..4bf6bb698777a5adc1253862114fdba103b91f41 100644 (file)
@@ -235,14 +235,14 @@ _exynos_hwc_adapt_policy(tdm_exynos_hwc_data *hwc_data , tdm_hwc_window **compos
                composited_list[i]->candidate_layer_zpos = -1;
 
                /* The validate type of all windows below this window are TDM_HWC_WIN_COMPOSITION_CLIENT
-                * if the upper window is TDM_COMPSITION_CLIENT type.
+                * if the upper window is TDM_HWC_WIN_COMPSITION_CLIENT type.
                 */
                if (num_clients > 0) {
                        ++num_clients;
                        continue;
                }
 
-               /* increase the num_clients when the type of the window is TDM_COMPOSITE_CLIENT. */
+               /* increase the num_clients when the type of the window is TDM_HWC_WIN_COMPOSITE_CLIENT. */
                if (composited_list[i]->client_type == TDM_HWC_WIN_COMPOSITION_CLIENT) {
                        ++num_clients;
                        /* need target_window to composite */