e_comp_screen: Fix a typo 26/217926/2
authorZhaowei Yuan <zhaowei.yuan@samsung.com>
Sat, 16 Nov 2019 01:34:43 +0000 (09:34 +0800)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Nov 2019 02:33:10 +0000 (02:33 +0000)
Change-Id: I3393c68313dc31048cc6d85ff2fee5bf991d4b49
Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com>
src/bin/e_comp_screen.c

index 18190aae005967cc8993ef781877bddad6cf59b0..f7cd6dc0b35af2cdf1538ec4a84be220a1dad291 100644 (file)
@@ -976,7 +976,7 @@ e_comp_screen_e_screens_setup(E_Comp_Screen *e_comp_screen, int rw, int rh)
    int i = 0;
 
    output = e_comp_screen_primary_output_get(e_comp_screen);
-   /* No pirmary output meands that there is no output at the system */
+   /* No pirmary output means that there is no output at the system */
    if (!output) goto out;
 
    screen = E_NEW(E_Screen, 1);