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:
parent
c719864f15
commit
70f23fd66b
48 changed files with 53 additions and 53 deletions
|
|
@ -709,7 +709,7 @@ again:
|
|||
WARN_ON(cur->checked);
|
||||
if (!list_empty(&cur->upper)) {
|
||||
/*
|
||||
* the backref was added previously when processsing
|
||||
* the backref was added previously when processing
|
||||
* backref of type BTRFS_TREE_BLOCK_REF_KEY
|
||||
*/
|
||||
BUG_ON(!list_is_singular(&cur->upper));
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ vxfs_get_fake_inode(struct super_block *sbp, struct vxfs_inode_info *vip)
|
|||
* *ip: VFS inode
|
||||
*
|
||||
* Description:
|
||||
* vxfs_put_fake_inode frees all data asssociated with @ip.
|
||||
* vxfs_put_fake_inode frees all data associated with @ip.
|
||||
*/
|
||||
void
|
||||
vxfs_put_fake_inode(struct inode *ip)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* Statistsics for the reply cache
|
||||
* fh <stale> <total-lookups> <anonlookups> <dir-not-in-dcache> <nondir-not-in-dcache>
|
||||
* statistics for filehandle lookup
|
||||
* io <bytes-read> <bytes-writtten>
|
||||
* io <bytes-read> <bytes-written>
|
||||
* statistics for IO throughput
|
||||
* th <threads> <fullcnt> <10%-20%> <20%-30%> ... <90%-100%> <100%>
|
||||
* time (seconds) when nfsd thread usage above thresholds
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1470,7 +1470,7 @@ xfs_itruncate_finish(
|
|||
* file but the log buffers containing the free and reallocation
|
||||
* don't, then we'd end up with garbage in the blocks being freed.
|
||||
* As long as we make the new_size permanent before actually
|
||||
* freeing any blocks it doesn't matter if they get writtten to.
|
||||
* freeing any blocks it doesn't matter if they get written to.
|
||||
*
|
||||
* The callers must signal into us whether or not the size
|
||||
* setting here must be synchronous. There are a few cases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue