[Libreoffice-commits] core.git: hwpfilter/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 28 09:18:40 UTC 2018
hwpfilter/source/grammar.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 50e3cede239a5691f4100cc2e74610ad12ad6ba5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Dec 21 16:47:29 2018 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Dec 28 10:18:17 2018 +0100
Fix typo
Change-Id: Ia445f4377ceab4b6ce147de2dc54cf4edf0ed7d5
Reviewed-on: https://gerrit.libreoffice.org/65564
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/hwpfilter/source/grammar.cxx b/hwpfilter/source/grammar.cxx
index 9f33aacfd026..9c44eab4383b 100644
--- a/hwpfilter/source/grammar.cxx
+++ b/hwpfilter/source/grammar.cxx
@@ -1024,7 +1024,7 @@ yyerrlab: /* here on detecting error */
int x, count;
count = 0;
- /* Start X at -yyn if nec to avoid negative indexes in yycheck. */
+ /* Start X at -yyn if negative to avoid negative indexes in yycheck. */
for (x = ((yyn < 0) ? -yyn : 0);
x < (sizeof(yytname) / sizeof(char *)); x++)
if (yycheck[x + yyn] == x)
More information about the Libreoffice-commits
mailing list