Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
* Each cache must be registered so that it can be cleaned regularly.
|
||||
* When the cache is unregistered, it is flushed completely.
|
||||
*
|
||||
* Entries have a ref count and a 'hashed' flag which counts the existance
|
||||
* Entries have a ref count and a 'hashed' flag which counts the existence
|
||||
* in the hash table.
|
||||
* We only expire entries when refcount is zero.
|
||||
* Existance in the cache is counted the refcount.
|
||||
* Existence in the cache is counted the refcount.
|
||||
*/
|
||||
|
||||
/* Every cache item has a common header that is used
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* linux/include/linux/sunrpc/svcauth_gss.h
|
||||
*
|
||||
* Bruce Fields <bfields@umich.edu>
|
||||
* Copyright (c) 2002 The Regents of the Unviersity of Michigan
|
||||
* Copyright (c) 2002 The Regents of the University of Michigan
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H
|
||||
|
Reference in New Issue
Block a user