X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Funaligned.txt;h=b68a040c6ca065e016f834a0a9d200821c12a9a8;hb=f501fcf311379b78506474478a17d82382b753e4;hp=26adae33de34129b3f518f7f2bd32d29039d3934;hpb=ae0b7b5bd396244442db7b0e11e4bef9e6fd252f;p=libucw.git 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.