Browse Source

mfd-core: Fix up typos/vagueness in comment

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Andres Salomon 14 years ago
parent
commit
2798e226ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/linux/mfd/core.h

+ 2 - 2
include/linux/mfd/core.h

@@ -39,8 +39,8 @@ struct mfd_cell {
 	size_t			data_size;
 	size_t			data_size;
 
 
 	/*
 	/*
-	 * This resources can be specified relatively to the parent device.
-	 * For accessing device you should use resources from device
+	 * These resources can be specified relative to the parent device.
+	 * For accessing hardware you should use resources from the platform dev
 	 */
 	 */
 	int			num_resources;
 	int			num_resources;
 	const struct resource	*resources;
 	const struct resource	*resources;