summaryrefslogtreecommitdiff
path: root/stack-alloc.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1997-07-25 18:01:16 +0200
committertege <tege@gmplib.org>1997-07-25 18:01:16 +0200
commit417a2ed1e886998ebac83f3469ea60e14d95b26a (patch)
tree9dbdd5a048375f26bce825ff199dce5ed4434cb7 /stack-alloc.c
parent2959df65c477880a97b38ff1079022c67819903a (diff)
downloadgmp-417a2ed1e886998ebac83f3469ea60e14d95b26a.tar.gz
Fix typo in comment.
Diffstat (limited to 'stack-alloc.c')
-rw-r--r--stack-alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-alloc.c b/stack-alloc.c
index d9619f622..857693867 100644
--- a/stack-alloc.c
+++ b/stack-alloc.c
@@ -80,7 +80,7 @@ __tmp_alloc (size)
}
/* Typically called at function entry. <mark> is assigned so that __tmp_free
- can later be used to reclaim all subsecuently allocated storage. */
+ can later be used to reclaim all subsequently allocated storage. */
void
__tmp_mark (mark)
tmp_marker *mark;