From 7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Jul 2011 21:55:16 +0000 Subject: Fix some typos in comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nx/Makefile | 2 +- apps/examples/nx/nx_kbdin.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/examples') diff --git a/apps/examples/nx/Makefile b/apps/examples/nx/Makefile index d0e4c0624..326edd118 100644 --- a/apps/examples/nx/Makefile +++ b/apps/examples/nx/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/nxflat/Makefile +# apps/examples/nx/Makefile # # Copyright (C) 2009-2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/apps/examples/nx/nx_kbdin.c b/apps/examples/nx/nx_kbdin.c index fb0694272..238272533 100644 --- a/apps/examples/nx/nx_kbdin.c +++ b/apps/examples/nx/nx_kbdin.c @@ -116,7 +116,7 @@ static void nxeg_fillchar(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect, if (src) { - /* Get the intersection of the redraw region and the characer bitmap */ + /* Get the intersection of the redraw region and the character bitmap */ nxgl_rectintersect(&intersection, rect, &bm->bounds); if (!nxgl_nullrect(&intersection)) @@ -446,7 +446,7 @@ void nxeg_tbkbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch, FAR void *arg) #endif /**************************************************************************** - * Name: nxeg_tbkbdin + * Name: nxeg_filltext ****************************************************************************/ void nxeg_filltext(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect, -- cgit v1.2.3