treewide: fix a few typos in comments
- kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
c719864f15
commit
70f23fd66b
@@ -42,7 +42,7 @@ config SQUASHFS_LZO
|
||||
select LZO_DECOMPRESS
|
||||
help
|
||||
Saying Y here includes support for reading Squashfs file systems
|
||||
compressed with LZO compresssion. LZO compression is mainly
|
||||
compressed with LZO compression. LZO compression is mainly
|
||||
aimed at embedded systems with slower CPUs where the overheads
|
||||
of zlib are too high.
|
||||
|
||||
@@ -57,7 +57,7 @@ config SQUASHFS_XZ
|
||||
select XZ_DEC
|
||||
help
|
||||
Saying Y here includes support for reading Squashfs file systems
|
||||
compressed with XZ compresssion. XZ gives better compression than
|
||||
compressed with XZ compression. XZ gives better compression than
|
||||
the default zlib compression, at the expense of greater CPU and
|
||||
memory overhead.
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* plus functions layered ontop of the generic cache implementation to
|
||||
* access the metadata and fragment caches.
|
||||
*
|
||||
* To avoid out of memory and fragmentation isssues with vmalloc the cache
|
||||
* To avoid out of memory and fragmentation issues with vmalloc the cache
|
||||
* uses sequences of kmalloced PAGE_CACHE_SIZE buffers.
|
||||
*
|
||||
* It should be noted that the cache is not used for file datablocks, these
|
||||
|
||||
Reference in New Issue
Block a user