diff --git a/libguile/gh_test_c.c b/libguile/gh_test_c.c index 827eb11ec..9a2a71cb7 100644 --- a/libguile/gh_test_c.c +++ b/libguile/gh_test_c.c @@ -50,7 +50,7 @@ SCM c_factorial (SCM s_n); SCM c_sin (SCM s_x); SCM c_vector_test (SCM s_length); -/* the gh_enter() routine, the standard entryp point for the gh_ +/* the gh_enter() routine, the standard entry point for the gh_ interface, makes you use a separate main function */ void main_prog (int argc, char *argv[])