Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra
[pandora-kernel.git] / drivers / edac / edac_device_sysfs.c
index 2941dca..86649df 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * file for managing the edac_device class of devices for EDAC
  *
- * (C) 2007 SoftwareBitMaker (http://www.softwarebitmaker.com)
+ * (C) 2007 SoftwareBitMaker 
  *
  * This file may be distributed under the terms of the
  * GNU General Public License.
@@ -533,7 +533,7 @@ static int edac_device_create_block(struct edac_device_ctl_info *edac_dev,
        memset(&block->kobj, 0, sizeof(struct kobject));
 
        /* bump the main kobject's reference count for this controller
-        * and this instance is dependant on the main
+        * and this instance is dependent on the main
         */
        main_kobj = kobject_get(&edac_dev->kobj);
        if (!main_kobj) {
@@ -635,7 +635,7 @@ static int edac_device_create_instance(struct edac_device_ctl_info *edac_dev,
        instance->ctl = edac_dev;
 
        /* bump the main kobject's reference count for this controller
-        * and this instance is dependant on the main
+        * and this instance is dependent on the main
         */
        main_kobj = kobject_get(&edac_dev->kobj);
        if (!main_kobj) {