]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Fixed a typo.
authorPavel Charvat <pchar@ucw.cz>
Thu, 6 Nov 2008 14:03:16 +0000 (15:03 +0100)
committerPavel Charvat <pchar@ucw.cz>
Thu, 6 Nov 2008 14:03:16 +0000 (15:03 +0100)
ucw/doc/unaligned.txt

index 26adae33de34129b3f518f7f2bd32d29039d3934..b68a040c6ca065e016f834a0a9d200821c12a9a8 100644 (file)
@@ -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.