1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

fix typo in comment

This commit is contained in:
Jim Meyering
1993-11-15 16:05:00 +00:00
parent 8c26c6bbba
commit bef401e8dc
+1 -1
View File
@@ -514,7 +514,7 @@ cut_fields (stream)
FILE *stream;
{
register int c; /* Each character from the file. */
int last_c; /* The previour character. */
int last_c; /* The previous character. */
int doneflag = 0; /* Nonzero if EOF reached. */
int char_count; /* Number of chars in line before any delim. */
int fieldfound; /* Nonzero if any fields to print found. */