Fix typo in comment generated by gen-scmconfig.c.
authorMark H Weaver <mhw@netris.org>
Sat, 2 Feb 2013 08:57:17 +0000 (03:57 -0500)
committerMark H Weaver <mhw@netris.org>
Sat, 2 Feb 2013 09:13:29 +0000 (04:13 -0500)
* libguile/gen-scmconfig.c (main): Fix typo in generated comment.

libguile/gen-scmconfig.c

index 77ab94f..a26a7f4 100644 (file)
@@ -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))