Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 16:31:19 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 168626 for review
Message-ID:  <200909171631.n8HGVJFl007101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168626

Change 168626 by gabor@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171631.n8HGVJFl007101>