]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a typo.
authorMartin Mares <mj@ucw.cz>
Fri, 21 Sep 2007 10:10:30 +0000 (12:10 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 21 Sep 2007 10:10:30 +0000 (12:10 +0200)
lib/sorter/sorter.h

index da848979da595369c5e6b10e29e73bc287b3fbf4..565a8de8ec4dd4307d160c5d2e29ed44ffa2a553 100644 (file)
@@ -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.