diff options
Diffstat (limited to 'gdb/guile')
-rw-r--r-- | gdb/guile/scm-param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/scm-param.c b/gdb/guile/scm-param.c index 0bb87b0..d49cc3c 100644 --- a/gdb/guile/scm-param.c +++ b/gdb/guile/scm-param.c @@ -101,7 +101,7 @@ struct param_smob space, it will be freed with the smob. */ const char * const *enumeration; - /* The set_func funcion or #f if not specified. + /* The set_func function or #f if not specified. This function is called *after* the parameter is set. It returns a string that will be displayed to the user. */ SCM set_func; |