stage3/narrow_candidate_datatypes.cc
changeset 534 d13a38011af4
parent 515 fdef852a6565
child 552 3c39d80fdede
--- 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;