From 7c6e4a233991c4537c9c386a789dcd4c1d7857bc Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 15 Oct 2013 13:38:15 +0100 Subject: [PATCH] Fix doxy typo Signed-off-by: Chris Michael --- src/lib/ecore_fb/ecore_fb_vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_fb/ecore_fb_vt.c b/src/lib/ecore_fb/ecore_fb_vt.c index c80a68392f..032fcb7ae5 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. */