From 2dbc26c088da1858ee8f038194fb9bab4faec440 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Apr 1998 07:22:52 +0000 Subject: [PATCH] make there be two spaces after `.' in comments --- lib/alloca.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/alloca.c b/lib/alloca.c index 76b4ae00a8..f4d6ebf134 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -171,7 +171,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. */ @@ -338,7 +338,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) -- 2.30.2