From ac5cc498407521d07ec6d3952e41c0786bf04832 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 6 Jan 2013 12:28:27 +0000 Subject: [PATCH] remove a the --- correct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/correct.c b/correct.c index 3e18eb6..cbd5baa 100644 --- a/correct.c +++ b/correct.c @@ -437,7 +437,7 @@ static int correct_exist(char **array, size_t rows, char *ident) { * jge correct_cmp_loop * ... * - * Despite how much optimization went in to this, the speed was the + * Despite how much optimization went in to this, the speed was * being conflicted by the strlen(ident) used for &LHS[END_POS] * If we could eliminate the strlen with what I suggested on line * 311 ... we can accelerate this whole damn thing quite a bit. -- 2.39.2