]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Fixed a typo.
authorPavel Charvat <pchar@ucw.cz>
Thu, 6 Nov 2008 12:03:36 +0000 (13:03 +0100)
committerPavel Charvat <pchar@ucw.cz>
Thu, 6 Nov 2008 12:03:36 +0000 (13:03 +0100)
ucw/ff-binary.h

index 0e9144d54cc76bec12001afd449762f89de46a55..babbbfcce8da7c0c97981cf9c0c50bd8c5973364 100644 (file)
@@ -42,7 +42,7 @@
  * - `_le` for little-endian
  * - `_be` for big-endian
  *
- * If we fail to read enough bytes because the EOF, the reading function returns `(TYPE)-1`.
+ * If we fail to read enough bytes because of EOF, the reading function returns `(TYPE)-1`.
  *
  ***/