From 85c59f7514e0f1e1eac316a68e4b2005815d85a8 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Tue, 8 Jun 2021 23:16:00 +0200 Subject: [PATCH] [bgpgrep/bgpgrep_compile] Fix typo --- tools/bgpgrep/bgpgrep_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bgpgrep/bgpgrep_compile.c b/tools/bgpgrep/bgpgrep_compile.c index 0269eeb..d79d8ba 100755 --- a/tools/bgpgrep/bgpgrep_compile.c +++ b/tools/bgpgrep/bgpgrep_compile.c @@ -396,7 +396,7 @@ static Expropc GetOp(void) // e.g. ( -type ORIGIN -or -type AGGREGATOR ) // // In this case we should return OP_NONE to signal - // expression and, propagating out of ParseExpression() + // expression end, propagating out of ParseExpression() if (strcmp(tok, ")") != 0) { C.wasImplicitAnd = TRUE;