staging: lustre: libcfs: correct spelling in libcfs_cpu.h
Spell the word destroy correctly. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6cd80ce971
commit
61f3dc4c92
@ -211,7 +211,7 @@ int cfs_cpu_ht_nsiblings(int cpu);
|
||||
*/
|
||||
void *cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size);
|
||||
/*
|
||||
* destory per-cpu-partition variable
|
||||
* destroy per-cpu-partition variable
|
||||
*/
|
||||
void cfs_percpt_free(void *vars);
|
||||
int cfs_percpt_number(void *vars);
|
||||
|
Loading…
Reference in New Issue
Block a user