From: Jihoon Kim Date: Wed, 5 Feb 2014 05:37:46 +0000 (+0900) Subject: flip: fix typo in comments X-Git-Tag: upstream/1.20.0~7116^2~14^2~3258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23f20bb23daa0a4c2acde1c27afa149af9970508;p=platform%2Fupstream%2Fefl.git flip: fix typo in comments --- diff --git a/legacy/elementary/src/lib/elm_flip.c b/legacy/elementary/src/lib/elm_flip.c index f8556c8..1802e2c 100644 --- a/legacy/elementary/src/lib/elm_flip.c +++ b/legacy/elementary/src/lib/elm_flip.c @@ -364,7 +364,7 @@ _slice_light(Elm_Flip_Smart_Data *sd EINA_UNUSED, 255, 255, 255, // light color 0, 0, 0); // ambient minimum - // multiply brightness by 1.2 to make lightish bits all white so we dont + // multiply brightness by 1.2 to make lightish bits all white so we don't // add shading where we could otherwise be pure white for (i = 0; i < 4; i++) { @@ -649,7 +649,7 @@ _state_update(Evas_Object *obj) //--// rhol = -(n * M_PI); - // theta == curliness (how much page culrs in on itself + // theta == curliness (how much page curls in on itself n = sin((1.0 - perc) * M_PI); n = n * 1.2; theta = 7.86 + n;