From: Pavel Charvat Date: Thu, 6 Nov 2008 14:03:16 +0000 (+0100) Subject: Doc: Fixed a typo. X-Git-Tag: holmes-import~188 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=add5bfd6a5b7a5fa929577e4a4a3b911dcfde8e0;p=libucw.git Doc: Fixed a typo. --- diff --git a/ucw/doc/unaligned.txt b/ucw/doc/unaligned.txt index 26adae33..b68a040c 100644 --- a/ucw/doc/unaligned.txt +++ b/ucw/doc/unaligned.txt @@ -1,7 +1,7 @@ Fast access to unaligned data ============================= -Sometimes it is usefull to access values which are not correctly aligned. +Sometimes it is useful to access values which are not correctly aligned. To avoid slow copying to aligned buffers, we define several optimized read/write functions for accessing such integer values.