From 7028b03d5b5d9d659d00c5e6d5cfc888886b106f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 6 Nov 2008 13:03:36 +0100 Subject: [PATCH] Doc: Fixed a typo. --- ucw/ff-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. * ***/ -- 2.39.5