]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
remove a the
authorDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 12:28:27 +0000 (12:28 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 12:28:27 +0000 (12:28 +0000)
correct.c

index 3e18eb65c13aa00ba1dad7d8b7342e938f635389..cbd5baa1d1f6e52c52d3202ddce1133a5bca4fff 100644 (file)
--- 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.