From: Chris Michael Date: Tue, 15 Oct 2013 12:38:15 +0000 (+0100) Subject: Fix doxy typo X-Git-Tag: submit/devel/efl/20131029.075644~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c6e4a233991c4537c9c386a789dcd4c1d7857bc;p=platform%2Fupstream%2Fefl.git Fix doxy typo Signed-off-by: Chris Michael --- diff --git a/src/lib/ecore_fb/ecore_fb_vt.c b/src/lib/ecore_fb/ecore_fb_vt.c index c80a683..032fcb7 100644 --- a/src/lib/ecore_fb/ecore_fb_vt.c +++ b/src/lib/ecore_fb/ecore_fb_vt.c @@ -254,7 +254,7 @@ ecore_fb_callback_gain_set(void (*func) (void *data), void *data) * @param data The data to pass to the callback. * * This function sets the callback @p func which will be called when a - * virtual terminal is lost (someone wants the tv from you and you + * virtual terminal is lost (someone wants the vt from you and you * want to give up that vt). @p data will be pass to @p func if the * callback is called. */