summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-09 07:22:52 +0000
committerJim Meyering <jim@meyering.net>1998-04-09 07:22:52 +0000
commit49875c159374b2b3209fe30718b48d9f33725573 (patch)
tree64b92f624ed5b2b7caf1ce4c9167ac5bf9727742 /lib
parent7b9c4d3d0321042f61f0d188797fe2844027b507 (diff)
downloadcoreutils-49875c159374b2b3209fe30718b48d9f33725573.tar.xz
make there be two spaces after `.' in comments
Diffstat (limited to 'lib')
-rw-r--r--lib/alloca.c4
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)