Skip to content

Commit

Permalink
fix comment about Sscheme_program
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Burger committed Dec 28, 2017
1 parent 7c543c9 commit abb991b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -768,3 +768,5 @@
5_5.ms
- fix a few signatures
primdata.ss
- fix comment about Sscheme_program
main.c
2 changes: 1 addition & 1 deletion c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit abb991b

Please sign in to comment.