diff -r 0c2ef191b22a -r d48f53715f77 absyntax/absyntax.def --- a/absyntax/absyntax.def Wed Feb 01 13:01:08 2012 +0000 +++ b/absyntax/absyntax.def Wed Feb 01 19:49:11 2012 +0000 @@ -1047,12 +1047,12 @@ /* nonformal_param_list -> may be NULL ! */ /* NOTE: The parameter 'called_function_declaration' is used to pass data between the stage 3 and stage 4. * The IEC 61131-3 standard allows for overloaded standard functions. This means that some - * function calls are not compeletely defined by the name of the function being called, + * function calls are not completely defined by the name of the function being called, * and need to be disambiguated with using the data types of the parameters being passed. - * Stage 3 does this to verify semantic correctnes. + * Stage 3 does this to verify semantic correctness. * Stage 4 also needs to do this in order to determine which function to call. * It does not make sense to determine the exact function being called twice (once in stage 3, - * and again in stage 4), so stage 3 will store this infor in the parameter called_function_declaration + * and again in stage 4), so stage 3 will store this info in the parameter called_function_declaration * for stage 4 to use it later on. */ SYM_REF3(function_invocation_c, function_name, formal_param_list, nonformal_param_list, symbol_c *called_function_declaration; int extensible_param_count;)