From 7e24cedb9eaf68c2b95296bf6352f94e2a60532e Mon Sep 17 00:00:00 2001 From: dennisroczek Date: Mon, 13 Mar 2017 23:30:45 +0000 Subject: fix typo/grammar: "the the" --> the * also removing pointless ASCII art (tdf#62475) * truncate ending whitespace in Doxyfile Change-Id: I59b012f41ac0d170216229da85a49aa41689dee5 Reviewed-on: https://gerrit.libreoffice.org/35151 Tested-by: Jenkins Reviewed-by: Noel Grandin --- soltools/cpp/_lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soltools') diff --git a/soltools/cpp/_lex.c b/soltools/cpp/_lex.c index de18fd50045a..b732e5398bf7 100644 --- a/soltools/cpp/_lex.c +++ b/soltools/cpp/_lex.c @@ -34,7 +34,7 @@ * In 'fsm' there is a line for each state X charset X nextstate. * List chars that overwrite previous entries later (e.g. C_ALPH * can be overridden by '_' by a later entry; and C_XX is the - * the universal set, and should always be first. + * universal set, and should always be first. * States above S_SELF are represented in the big table as negative values. * S_SELF and S_SELFB encode the resulting token type in the upper bits. * These actions differ in that S_SELF doesn't have a lookahead char, -- cgit