Fix typos
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Sep 2010 17:09:13 +0000 (17:09 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Sep 2010 17:09:13 +0000 (17:09 +0000)
"he->the" where appropriate

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@52493 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/fb/evas_fb.h

index 33b586e..76ab30b 100644 (file)
@@ -50,7 +50,7 @@ int  fb_postinit(FB_Mode *mode);
 int  fb_await_switch(int block);
 /* list all current possible video modes listed in /etc/fb.modes             */
 /* returns pointer to an aray of FB_Mode, and sets num_return to the number  */
-/* of elements inhe returned array                                         */
+/* of elements in the returned array                                         */
 FB_Mode *fb_list_modes(unsigned int *num_return);
 /* sets the fb mode to the resolution width x height and the depth to depth. */
 /* and if refresh > 0 attempts to use a mode with a refresh rate (in Hz) of  */