summaryrefslogtreecommitdiff
path: root/libguile/gh_test_c.c
diff options
context:
space:
mode:
authorMark Galassi <mark+savannah@galassi.org>1998-04-11 12:40:19 +0000
committerMark Galassi <mark+savannah@galassi.org>1998-04-11 12:40:19 +0000
commit17bf105df1ad1adf5329927929e1552265bf9436 (patch)
treec2d428a2e708e05f4167ec31ae69e01abc16d753 /libguile/gh_test_c.c
parent7e703528d5c0624cee02c7b24f61204e72acee33 (diff)
downloadguile-17bf105df1ad1adf5329927929e1552265bf9436.tar.gz
trivial
Diffstat (limited to 'libguile/gh_test_c.c')
-rw-r--r--libguile/gh_test_c.c2
1 files changed, 1 insertions, 1 deletions
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[])