Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
[sfrench/cifs-2.6.git] / include / linux / component.h
index 30bcc7e590eb4effe667adeae48acb699a5c35bd..16de18f473d7bd3fa5e7ba3682b47310e5d5cc4b 100644 (file)
@@ -98,7 +98,7 @@ void component_match_add_typed(struct device *master,
        int (*compare_typed)(struct device *, int, void *), void *compare_data);
 
 /**
- * component_match_add - add a compent match
+ * component_match_add - add a component match entry
  * @master: device with the aggregate driver
  * @matchptr: pointer to the list of component matches
  * @compare: compare function to match against all components