summaryrefslogtreecommitdiff
path: root/nuttx/tools/kconfig2html.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/kconfig2html.c')
-rw-r--r--nuttx/tools/kconfig2html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/tools/kconfig2html.c b/nuttx/tools/kconfig2html.c
index 7c7d2603a..742e1989c 100644
--- a/nuttx/tools/kconfig2html.c
+++ b/nuttx/tools/kconfig2html.c
@@ -469,7 +469,7 @@ static int htmlize_character(char *dest, char ch)
const char *str;
/* Transfer the character from into the destination buffer, perform the
- * conversion only the the character is one of the special characters.
+ * conversion only if the character is one of the special characters.
*/
str = NULL;
@@ -1413,7 +1413,7 @@ static void process_default(FILE *stream, struct default_s *defp)
* Name: print_default
*
* Description:
- * Output and the list of defaults to the the HTML body file.
+ * Output and the list of defaults to the HTML body file.
*
****************************************************************************/
@@ -1485,7 +1485,7 @@ static void print_default(struct default_s *defp, output_t outfunc)
* Name: free_default
*
* Description:
- * Output and the list of defaults to the the HTML body file.
+ * Output and the list of defaults to the HTML body file.
*
****************************************************************************/