summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-11-18 11:48:39 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-19 14:13:45 +0100
commit61f3dc4c9201e924e3b34fcb02dccfe665a12ae6 (patch)
treefe79aba58509f2d10640ab18d1f507a7bfaecca0
parent6cd80ce971adf4d602f268cf1f45dd5856aba734 (diff)
downloadop-kernel-dev-61f3dc4c9201e924e3b34fcb02dccfe665a12ae6.zip
op-kernel-dev-61f3dc4c9201e924e3b34fcb02dccfe665a12ae6.tar.gz
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>
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h
index 81d8079..61bd951 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h
@@ -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);
OpenPOWER on IntegriCloud