From cfdeaf478633fc17dc4d192d8af72629bbc471c1 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 6 Jan 2013 10:35:43 +0000 Subject: [PATCH] Fix comments --- correct.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/correct.c b/correct.c index 6e49def..442afb2 100644 --- a/correct.c +++ b/correct.c @@ -429,7 +429,7 @@ static int correct_exist(char **array, size_t rows, char *ident) { * cmpl %eax, %ebx ; ebx = &LHS[END_POS] * * jbe correct_cmp_eq - * movb (%edx), %cl ; micro-optimized on even atoms :-) + * movb (%edx), %cl ; micro-optimized even on atoms :-) * cmpb %cl, (%eax) ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * jg correct_cmp_gt * jge correct_cmp_loop @@ -512,10 +512,7 @@ static char *correct_maximum(correct_trie_t* table, char **array, size_t rows) { /* * This is the exposed interface: * takes a table for the dictonary a vector of sizes (used for internal - * probability calculation, and an identifier to "correct" - * - * the add function works the same. Except the identifier is used to - * add to the dictonary. + * probability calculation), and an identifier to "correct". */ char *correct_str(correct_trie_t* table, const char *ident) { char **e1 = NULL; -- 2.39.2