changeset 1314:e9099e14c3ba

make there be two spaces after `.' in comments
author Jim Meyering <jim@meyering.net>
date Thu, 09 Apr 1998 07:22:52 +0000
parents 047101c8fdce
children 1ebea6b25254
files lib/alloca.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -171,7 +171,7 @@
 #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 @@
 
 #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)