From a517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 15:08:30 +0100 Subject: maint: src/*.c: change remaining quotes (without embedded spaces) Run this (twice): git grep -E -l '`[^ ]+'\' src/*.c \ |xargs perl -pi -e 's/`([^ ]+'\'')/'\''$1/' --- src/comm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comm.c') diff --git a/src/comm.c b/src/comm.c index 1b72a7443..90dbf61bc 100644 --- a/src/comm.c +++ b/src/comm.c @@ -31,7 +31,7 @@ #include "memcmp2.h" #include "xmemcoll.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 "comm" #define AUTHORS \ @@ -194,7 +194,7 @@ writeline (struct linebuffer const *line, FILE *stream, int class) A message is printed at most once per input file. - This funtion was copied (nearly) verbatim from `src/join.c'. */ + This funtion was copied (nearly) verbatim from 'src/join.c'. */ static void check_order (struct linebuffer const *prev, -- cgit v1.2.3-70-g09d2