diff options
author | Mark H Weaver <mhw@netris.org> | 2013-02-02 03:57:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-02-02 04:13:29 -0500 |
commit | bcc7e238c9c88221752ebfe09c62a149d40cbe08 (patch) | |
tree | f1785cf3944a5b8d003e0906f4e32430a9d84f03 | |
parent | e2c6bf3866d1186c60bacfbd4fe5037087ee5e3f (diff) | |
download | guile-bcc7e238c9c88221752ebfe09c62a149d40cbe08.tar.gz |
Fix typo in comment generated by gen-scmconfig.c.
* libguile/gen-scmconfig.c (main): Fix typo in generated comment.
-rw-r--r-- | libguile/gen-scmconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gen-scmconfig.c b/libguile/gen-scmconfig.c index 77ab94ff7..a26a7f428 100644 --- a/libguile/gen-scmconfig.c +++ b/libguile/gen-scmconfig.c @@ -268,7 +268,7 @@ main (int argc, char *argv[]) pf ("typedef %s scm_t_uint64;\n", SCM_I_GSC_T_UINT64); pf ("\n"); - pf ("/* scm_t_ptrdiff_t and size, always defined -- defined to long if\n" + pf ("/* scm_t_ptrdiff and size, always defined -- defined to long if\n" " platform doesn't have ptrdiff_t. */\n"); pf ("typedef %s scm_t_ptrdiff;\n", SCM_I_GSC_T_PTRDIFF); if (0 == strcmp ("long", SCM_I_GSC_T_PTRDIFF)) |