diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-09 07:22:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-09 07:22:52 +0000 |
commit | 49875c159374b2b3209fe30718b48d9f33725573 (patch) | |
tree | 64b92f624ed5b2b7caf1ce4c9167ac5bf9727742 | |
parent | 7b9c4d3d0321042f61f0d188797fe2844027b507 (diff) | |
download | coreutils-49875c159374b2b3209fe30718b48d9f33725573.tar.xz |
make there be two spaces after `.' in comments
-rw-r--r-- | lib/alloca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/alloca.c b/lib/alloca.c index 76b4ae00a..f4d6ebf13 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) |