diff options
Diffstat (limited to 'src/uniq.c')
-rw-r--r-- | src/uniq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uniq.c b/src/uniq.c index 9eb1bf863..20e2892bd 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -34,7 +34,7 @@ #include "xstrtol.h" #include "memcasecmp.h" -/* The official name of this program (e.g., no `g' prefix). */ +/* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "uniq" #define AUTHORS \ @@ -293,7 +293,7 @@ check_file (const char *infile, const char *outfile, char delimiter) initbuffer (thisline); initbuffer (prevline); - /* The duplication in the following `if' and `else' blocks is an + /* The duplication in the following 'if' and 'else' blocks is an optimization to distinguish the common case (in which none of the following options has been specified: --count, -repeated, --all-repeated, --unique) from the others. In the common case, |