@@ -58,11 +58,11 @@ .hash = stringHash, .equal = stringEqual }; const of_map_table_functions_t valueFunctions = { NULL }; - /* Count, sanity check and initialize pointers */ + /* Count, sanity check, initialize pointers */ for (iter = options; iter->shortOption != '\0' || iter->longOption != nil; iter++) { if (iter->hasArgument < -1 || iter->hasArgument > 1) @throw [OFInvalidArgumentException exception];