From: Jim Meyering Date: Mon, 15 Nov 1993 16:05:00 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: textutils-1_12_1~804 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bef401e8dc134ed878721784a6a82fa0f28a9300;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/src/cut.c b/src/cut.c index f1953831f9..54855cbc29 100644 --- a/src/cut.c +++ b/src/cut.c @@ -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. */