projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3290c6e
)
e_comp_screen: Fix a typo
26/217926/2
author
Zhaowei Yuan
<zhaowei.yuan@samsung.com>
Sat, 16 Nov 2019 01:34:43 +0000
(09:34 +0800)
committer
SooChan 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
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_screen.c
b/src/bin/e_comp_screen.c
index 18190aae005967cc8993ef781877bddad6cf59b0..f7cd6dc0b35af2cdf1538ec4a84be220a1dad291 100644
(file)
--- a/
src/bin/e_comp_screen.c
+++ b/
src/bin/e_comp_screen.c
@@
-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 mean
d
s 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);