diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 51238e423..a20fa6e80 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -4675,7 +4675,7 @@ static char* eval_tc(char* line, char *tline) { tc2_ptr = str_ptr + 4; int error = 0; tc2 = INPevaluate(&tc2_ptr, &error, 1); - /*We have a value and create the tc1 string */ + /*We have a value and create the tc2 string */ if (error == 0) { tc2_str = tprintf("tc2=%15.8e", tc2); }