From cea8d500ab04b038a989313e8ec38e372f896b01 Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 21 Dec 2008 18:45:56 +0000 Subject: [PATCH] fix typo in doxygen comment --- server/drivers/pylcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/drivers/pylcd.c b/server/drivers/pylcd.c index f6120b2..107bbc4 100644 --- a/server/drivers/pylcd.c +++ b/server/drivers/pylcd.c @@ -636,7 +636,7 @@ MODULE_EXPORT int pyramid_cellheight (Driver *drvthis) /** * Set up vertical bars. * \todo - * Get rid of it bay using pixel-row based logic as e.g. in the \c CFontzPackage driver. + * Get rid of it by using pixel-row based logic as e.g. in the \c CFontzPackage driver. */ static void pyramid_init_vbar (Driver *drvthis) @@ -729,7 +729,7 @@ pyramid_init_vbar (Driver *drvthis) /** * Set up horizontal bars. * \todo - * Get rid of it bay using pixel-row based logic as e.g. in the \c CFontzPackage driver. + * Get rid of it by using pixel-row based logic as e.g. in the \c CFontzPackage driver. */ static void pyramid_init_hbar (Driver *drvthis)