From: sanjeev Date: Wed, 4 Jan 2012 00:11:55 +0000 (+0000) Subject: Fix typos. X-Git-Tag: 2.0_alpha~86^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=807cff68ee5accff7e667c6b7bfd500436b0a329;p=framework%2Fuifw%2Fecore.git Fix typos. Signed-off-by: Sanjeev BA git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66814 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore_poll.c b/src/lib/ecore/ecore_poll.c index b6c1b6b..732850b 100644 --- a/src/lib/ecore/ecore_poll.c +++ b/src/lib/ecore/ecore_poll.c @@ -110,8 +110,8 @@ _ecore_poller_cb_timer(void *data __UNUSED__) at_tick++; last_tick = ecore_time_get(); - /* we have 16 counters - each incriments every time the poller counter - * "ticks". it incriments by the minimum interval (which can be 1, 2, 4, + /* we have 16 counters - each increments every time the poller counter + * "ticks". it increments by the minimum interval (which can be 1, 2, 4, * 7, 16 etc. up to 32768) */ for (i = 0; i < 15; i++) { @@ -180,7 +180,7 @@ _ecore_poller_cb_timer(void *data __UNUSED__) at_tick--; /* if the timer was deleted then there is no point returning 1 - ambiguous - * if we do as it im plies "keep running me" but we have been deleted + * if we do as it implies keep running me" but we have been deleted * anyway */ if (!timer) return ECORE_CALLBACK_CANCEL; @@ -216,7 +216,7 @@ ecore_poller_poll_interval_set(Ecore_Poller_Type type __UNUSED__, * @param type The ticker type to query * @return The time in seconds between ticks of the ticker clock * - * This will get the time between ticks of the specifider ticker clock. + * This will get the time between ticks of the specified ticker clock. */ EAPI double ecore_poller_poll_interval_get(Ecore_Poller_Type type __UNUSED__)