diff src/callproc.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 660032b84b23
children ee40177f6c68
line wrap: on
line diff
--- a/src/callproc.c	Fri Jan 05 08:57:33 1996 +0000
+++ b/src/callproc.c	Fri Jan 05 10:03:17 1996 +0000
@@ -509,7 +509,7 @@
       {
 	/* Repeatedly read until we've filled as much as possible
 	   of the buffer size we have.  But don't read
-	   less than 1024--save that for the next bufferfull.  */
+	   less than 1024--save that for the next bufferful.  */
 
 	nread = 0;
 	while (nread < bufsize - 1024)