From f56753162b672af09f908f63b09c56fcec5200cb Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 28 Oct 2019 17:21:06 -0700 Subject: [PATCH] SCP: Add missing comment update to MTAB structure --- sim_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim_defs.h b/sim_defs.h index a92433d3..e400c6e1 100644 --- a/sim_defs.h +++ b/sim_defs.h @@ -749,8 +749,8 @@ struct MTAB { t_stat (*disp)(FILE *st, UNIT *up, int32 v, CONST void *dp); /* display routine */ void *desc; /* value descriptor */ - /* REG * if MTAB_VAL */ - /* int * if not */ + /* pointer to something needed by */ + /* the validation and/or display routines */ const char *help; /* help string */ };