From 98943e25c8d24423c74e4a31d70f274c78e35e51 Mon Sep 17 00:00:00 2001 From: Antoni Villalonga i Noceras Date: Mon, 10 Aug 2020 01:32:51 +0200 Subject: Fix spelling errors --- toys/pending/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/diff.c') diff --git a/toys/pending/diff.c b/toys/pending/diff.c index d7bb43c4..e93c622c 100644 --- a/toys/pending/diff.c +++ b/toys/pending/diff.c @@ -253,7 +253,7 @@ int bcomp(const void *a, const void *b) * classes of lines in file[1], with e.last = true on the last element of each class. * The elements are ordered by serial within classes. * 4. Form the p vector stored in p_vector. p_vector[i], if non-zero, now points in e vector - * to the begining of the equiv class of lines in file[1] equivalent to line + * to the beginning of the equiv class of lines in file[1] equivalent to line * i in file[0]. * 5. Form the k-candidates as discribed in do_merge. * 6. Create a vector J[i] = j, such that i'th line in file[0] is j'th line of -- cgit v1.2.3