From add5bfd6a5b7a5fa929577e4a4a3b911dcfde8e0 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 6 Nov 2008 15:03:16 +0100 Subject: [PATCH] Doc: Fixed a typo. --- ucw/doc/unaligned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5