Remove reference of z(s)diff which was dropped before importing

This commit is contained in:
Baptiste Daroussin 2016-09-18 10:06:35 +00:00
parent 8084aabec1
commit c59a0a34e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305927

View file

@ -477,8 +477,8 @@ main(int argc, char **argv)
}
/*
* When sdiff/zsdiff detects a binary file as input, executes them with
* diff/zdiff to maintain the same behavior as GNU sdiff with binary input.
* When sdiff detects a binary file as input, executes them with
* diff to maintain the same behavior as GNU sdiff with binary input.
*/
static void
binexec(char *diffprog, char *f1, char *f2)