fix comment about Sscheme_program

original commit: abb991bcd87f64eeae9a3848959191a4da5d6542
This commit is contained in:
Bob Burger 2017-12-28 10:54:03 -05:00
parent 4f9145544e
commit 1a8a6dee21
2 changed files with 3 additions and 1 deletions

2
LOG
View File

@ -768,3 +768,5 @@
5_5.ms
- fix a few signatures
primdata.ss
- fix comment about Sscheme_program
main.c

View File

@ -333,7 +333,7 @@ int main(int argc, const char *argv[]) {
/* Sscheme_script invokes the value of the scheme-script parameter */
status = Sscheme_script(scriptfile, new_argc, argv);
else if (programfile != (char *)0)
/* Sscheme_script invokes the value of the scheme-script parameter */
/* Sscheme_program invokes the value of the scheme-program parameter */
status = Sscheme_program(programfile, new_argc, argv);
else {
/* Sscheme_start invokes the value of the scheme-start parameter */