From: Dale Weiler Date: Sun, 6 Jan 2013 12:28:27 +0000 (+0000) Subject: remove a the X-Git-Tag: before-library~363^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac5cc498407521d07ec6d3952e41c0786bf04832;p=xonotic%2Fgmqcc.git remove a the --- 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.