aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloca.c
diff options
context:
space:
mode:
authorMike Stump <[email protected]>1996-07-03 23:05:19 +0000
committerMike Stump <[email protected]>1996-07-03 23:05:19 +0000
commita9ddf1e8cc40d32770f43da1c5079e970a205065 (patch)
tree0912b273804f9935af3f652750b7c4e34738f291 /src/alloca.c
parent5eb976147c8ed4756c48850e138126d5ae35af1d (diff)
formatting tweaks
Diffstat (limited to 'src/alloca.c')
-rw-r--r--src/alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloca.c b/src/alloca.c
index 31fb4e0d4e..8f98b73dbb 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)