PERFORCE change 168626 for review

Gabor Kovesdan gabor at FreeBSD.org
Thu Sep 17 16:31:20 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168626

Change 168626 by gabor at gabor_aspire on 2009/09/17 16:30:39

	- Fix typo in a comment

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/file.c#48 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/file.c#48 (text+ko) ====

@@ -52,7 +52,7 @@
 #define		 MAXBUFSIZ	(16 * 1024)
 #define		 PREREAD_M	0.2
 
-/* Some global variable for the buffering and reading. */
+/* Some global variables for the buffering and reading. */
 static char	*lnbuf;
 static size_t	 lnbuflen;
 static unsigned char *binbuf;


More information about the p4-projects mailing list