From 65b045510934111face393520c7034ff8607660a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:57:24 +0000 Subject: [PATCH] Backport: b5f6ae6 :: Fix comment. Signed-off-by: Christopher Michael SVN revision: 84163 Signed-off-by: Deon Thomas --- src/modules/conf_randr/e_smart_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_randr.c b/src/modules/conf_randr/e_smart_randr.c index 69c7a0f37..f3e746361 100644 --- a/src/modules/conf_randr/e_smart_randr.c +++ b/src/modules/conf_randr/e_smart_randr.c @@ -201,7 +201,7 @@ e_smart_randr_monitors_create(Evas_Object *obj) /* tell monitor what the virtual grid is */ e_smart_monitor_grid_set(mon, sd->o_grid); - /* tell monitor what crtc it uses and it's current position */ + /* tell monitor what crtc it uses and current position */ e_smart_monitor_crtc_set(mon, crtcs[i], cx, cy, cw, ch); /* tell monitor what output it uses */