From: Pavel Charvat Date: Thu, 6 Nov 2008 12:03:36 +0000 (+0100) Subject: Doc: Fixed a typo. X-Git-Tag: holmes-import~193 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7028b03d5b5d9d659d00c5e6d5cfc888886b106f;p=libucw.git Doc: Fixed a typo. --- diff --git a/ucw/ff-binary.h b/ucw/ff-binary.h index 0e9144d5..babbbfcc 100644 --- a/ucw/ff-binary.h +++ b/ucw/ff-binary.h @@ -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`. * ***/