]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: lustre: libcfs: correct spelling in libcfs_cpu.h
authorJames Simmons <jsimmons@infradead.org>
Fri, 18 Nov 2016 16:48:39 +0000 (11:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Nov 2016 13:13:45 +0000 (14:13 +0100)
Spell the word destroy correctly.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_cpu.h

index 81d8079e3b5ea8c6e09502d6ddf8e6508b524027..61bd95186abbb6fda38035cd3840cac3efef97ec 100644 (file)
@@ -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);