Fix some typos in comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-07 21:55:16 +00:00
parent f74ca0c170
commit e13a7dd309
2 changed files with 3 additions and 3 deletions

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/nxflat/Makefile # apps/examples/nx/Makefile
# #
# Copyright (C) 2009-2011 Gregory Nutt. All rights reserved. # Copyright (C) 2009-2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr> # Author: Gregory Nutt <spudmonkey@racsa.co.cr>

@ -116,7 +116,7 @@ static void nxeg_fillchar(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect,
if (src) 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); nxgl_rectintersect(&intersection, rect, &bm->bounds);
if (!nxgl_nullrect(&intersection)) if (!nxgl_nullrect(&intersection))
@ -446,7 +446,7 @@ void nxeg_tbkbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch, FAR void *arg)
#endif #endif
/**************************************************************************** /****************************************************************************
* Name: nxeg_tbkbdin * Name: nxeg_filltext
****************************************************************************/ ****************************************************************************/
void nxeg_filltext(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect, void nxeg_filltext(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect,