From 018ff6e65dcc563321d27d010e693dd8413e2f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxfonts/nxfonts_convert.c | 2 +- nuttx/graphics/nxglib/nxglib_bitblit.h | 2 +- nuttx/graphics/nxmu/nxfe.h | 4 ++-- nuttx/graphics/nxmu/nxmu_constructwindow.c | 2 +- nuttx/graphics/nxsu/nxfe.h | 4 ++-- nuttx/graphics/nxsu/nxsu_constructwindow.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'nuttx/graphics') diff --git a/nuttx/graphics/nxfonts/nxfonts_convert.c b/nuttx/graphics/nxfonts/nxfonts_convert.c index 7e80565f9..217605293 100644 --- a/nuttx/graphics/nxfonts/nxfonts_convert.c +++ b/nuttx/graphics/nxfonts/nxfonts_convert.c @@ -50,7 +50,7 @@ * Pre-Processor Definitions ****************************************************************************/ -/* Make sure the the bits-per-pixel value has been set */ +/* Make sure the bits-per-pixel value has been set */ #ifndef NXFONTS_BITSPERPIXEL # error "NXFONTS_BITSPERPIXEL must be defined on the command line" diff --git a/nuttx/graphics/nxglib/nxglib_bitblit.h b/nuttx/graphics/nxglib/nxglib_bitblit.h index 02baba13a..b3deb66dd 100644 --- a/nuttx/graphics/nxglib/nxglib_bitblit.h +++ b/nuttx/graphics/nxglib/nxglib_bitblit.h @@ -49,7 +49,7 @@ * Pre-Processor Definitions ****************************************************************************/ -/* Make sure the the bits-per-pixel value has been set by the includer of +/* Make sure the bits-per-pixel value has been set by the includer of * this header file. */ diff --git a/nuttx/graphics/nxmu/nxfe.h b/nuttx/graphics/nxmu/nxfe.h index 47a804c49..b808e5bf3 100644 --- a/nuttx/graphics/nxmu/nxfe.h +++ b/nuttx/graphics/nxmu/nxfe.h @@ -118,7 +118,7 @@ struct nxfe_conn_s /* Server state structure ***************************************************/ -/* This the the server 'front-end' state structure */ +/* This the server 'front-end' state structure */ struct nxfe_state_s { @@ -443,7 +443,7 @@ extern "C" { * NOTE: wnd must have been allocated using malloc() (or related allocators) * Once provided to nxfe_constructwindow() that memory is owned and managed * by NX. On certain error conditions or when the window is closed, NX will - * free() the the window. + * free() the window. * * Input Parameters: * handle - The handle returned by nx_connect diff --git a/nuttx/graphics/nxmu/nxmu_constructwindow.c b/nuttx/graphics/nxmu/nxmu_constructwindow.c index 0923696df..f7e62f711 100644 --- a/nuttx/graphics/nxmu/nxmu_constructwindow.c +++ b/nuttx/graphics/nxmu/nxmu_constructwindow.c @@ -85,7 +85,7 @@ * NOTE: wnd must have been allocated using malloc() (or related allocators) * Once provided to nxfe_constructwindow() that memory is owned and managed * by NX. On certain error conditions or when the window is closed, NX will - * free() the the window. + * free() the window. * * Input Parameters: * handle - The handle returned by nx_connect diff --git a/nuttx/graphics/nxsu/nxfe.h b/nuttx/graphics/nxsu/nxfe.h index a95ae9c60..9cecef7ed 100644 --- a/nuttx/graphics/nxsu/nxfe.h +++ b/nuttx/graphics/nxsu/nxfe.h @@ -61,7 +61,7 @@ /* Server state structure ***************************************************/ -/* This the the server 'front-end' state structure. It is really the same +/* This the server 'front-end' state structure. It is really the same * as the back-end state, but we wrap the back-end state so that we can add * things to the structure in the future */ @@ -108,7 +108,7 @@ EXTERN const struct nx_callback_s g_bkgdcb; * NOTE: wnd must have been allocated using malloc() (or related allocators) * Once provided to nxfe_constructwindow() that memory is owned and managed * by NX. On certain error conditions or when the window is closed, NX will - * free() the the window. + * free() the window. * * Input Parameters: * handle - The handle returned by nx_connect diff --git a/nuttx/graphics/nxsu/nxsu_constructwindow.c b/nuttx/graphics/nxsu/nxsu_constructwindow.c index e41071b26..d7a6df0a6 100644 --- a/nuttx/graphics/nxsu/nxsu_constructwindow.c +++ b/nuttx/graphics/nxsu/nxsu_constructwindow.c @@ -85,7 +85,7 @@ * NOTE: wnd must have been allocated using malloc() (or related allocators) * Once provided to nxfe_constructwindow() that memory is owned and managed * by NX. On certain error conditions or when the window is closed, NX will - * free() the the window. + * free() the window. * * Input Parameters: * handle - The handle returned by nx_connect -- cgit v1.2.3