summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>1996-07-03 23:05:19 +0000
committerMike Stump <mrs@apple.com>1996-07-03 23:05:19 +0000
commit134258a272c13f4a87b4232c0a0680078c85434e (patch)
tree44dc4e57a1679ef0c557f6e59ac92627c92307ae
parent273db9238cc27f22550b7fbcecd305b32c83dcd1 (diff)
downloademacs-make-3-74-7.tar.gz
-rw-r--r--src/alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloca.c b/src/alloca.c
index 31fb4e0d4e0..8f98b73dbb9 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -180,7 +180,7 @@ alloca (size)
#endif
/* Reclaim garbage, defined as all alloca'd storage that
- was allocated from deeper in the stack than currently. */
+ was allocated from deeper in the stack than currently. */
{
register header *hp; /* Traverses linked list. */
@@ -350,7 +350,7 @@ struct stk_trailer
#ifdef CRAY2
/* Determine a "stack measure" for an arbitrary ADDRESS.
- I doubt that "lint" will like this much. */
+ I doubt that "lint" will like this much. */
static long
i00afunc (long *address)