]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/sorter.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.11
[libucw.git] / 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.