From c6d7764df1586bbf20bac50203f601f572ba9372 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 Sep 2007 12:10:30 +0200 Subject: [PATCH] Fixed a typo. --- lib/sorter/sorter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sorter/sorter.h b/lib/sorter/sorter.h index da848979..565a8de8 100644 --- a/lib/sorter/sorter.h +++ b/lib/sorter/sorter.h @@ -14,7 +14,7 @@ * corresponding preprocessor macros, it generates a file sorter * with the parameters given. * - * The sorter operates on fastbufs containing sequences of items. Each items + * The sorter operates on fastbufs containing sequences of items. Each item * consists of a key, optionally followed by data. The keys are represented * by fixed-size structures of type SORT_KEY internally, if this format differs * from the on-disk format, explicit reading and writing routines can be provided. -- 2.39.2