# HG changeset patch # User Mario de Sousa # Date 1335368663 -3600 # Node ID d13a38011af4bbba6059865c79be85b618ecb04c # Parent dd93707c482e71742aaf15b4beeff5e3a5c4f154 Fix comment. diff -r dd93707c482e -r d13a38011af4 stage3/narrow_candidate_datatypes.cc --- a/stage3/narrow_candidate_datatypes.cc Wed Apr 25 16:21:14 2012 +0100 +++ b/stage3/narrow_candidate_datatypes.cc Wed Apr 25 16:44:23 2012 +0100 @@ -650,7 +650,7 @@ * * However, if no further paramters are given, then il_operand_list will be NULL, and we will * need to create a new object to hold the pointer to prev_il_instruction. - * This change will also be undone later in print_datatypes_error_c. + * This change will also be undone at the end of this method. */ symbol_c param_value = *fake_prev_il_instruction; /* copy the candidate_datatypes list */ if (NULL == symbol->il_operand_list) symbol->il_operand_list = new il_operand_list_c;