From 4a857807d2ee8652c3dfab61e42a8b4d7f847d8f Mon Sep 17 00:00:00 2001 From: snj Date: Tue, 20 Jan 2004 22:05:17 +0000 Subject: s/it's/its/ --- devel/xdelta/DESCR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/xdelta') diff --git a/devel/xdelta/DESCR b/devel/xdelta/DESCR index 358114133bb..77b67ca02e1 100644 --- a/devel/xdelta/DESCR +++ b/devel/xdelta/DESCR @@ -9,7 +9,7 @@ delta's entropy H(P) will be very similar to the entropy of the portions of the TO file not found within the FROM file. The delta will compress just as well as the TO file will. This is a fundamentally different method of computing deltas than in the traditional "diff" program. The -diff program and it's variants use a least-common-subsequence (LCS) +diff program and its variants use a least-common-subsequence (LCS) algorithm to find a list of inserts and deletes that will modify the FROM file into the TO file. LCS is more expensive to compute and is sometimes more useful, especially to the human reader. Since LCS is a fairly -- cgit v1.2.3