summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-11 02:22:42 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-11 02:22:42 +0200
commite08f62e9bbbf60ec6b4c3e978983a1d6ce596691 (patch)
treeff787199d69f23af2f0322a250a3c7e45d397ac1 /gmp-impl.h
parent541d3770811f229adb907ac44cc9d87ed9632d8d (diff)
downloadgmp-e08f62e9bbbf60ec6b4c3e978983a1d6ce596691.tar.gz
Amend to:
* tal-notreent.c: Renamed from stack-alloc.c. * Makefile.am, acinclude.m4, gmp-impl.h: Update.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 7e2061f55..cb5f60fc6 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -199,7 +199,7 @@ void __gmp_tmp_reentrant_free _PROTO ((struct tmp_reentrant_t *));
#endif
#if WANT_TMP_NOTREENTRANT
-/* See tal-notre.c for some comments. */
+/* See tal-notreent.c for some comments. */
struct tmp_marker
{
struct tmp_stack *which_chunk;