Index: /lm-sensors/trunk/kernel/chips/lm90.c
===================================================================
--- /lm-sensors/trunk/kernel/chips/lm90.c	(revision 3181)
+++ /lm-sensors/trunk/kernel/chips/lm90.c	(revision 4348)
@@ -303,5 +303,5 @@
 
 /* The ADM1032 supports PEC but not on write byte transactions, so we need
-   to explicitely ask for a transaction without PEC. */
+   to explicitly ask for a transaction without PEC. */
 static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value)
 {
Index: /lm-sensors/trunk/doc/chips/lm90
===================================================================
--- /lm-sensors/trunk/doc/chips/lm90	(revision 3181)
+++ /lm-sensors/trunk/doc/chips/lm90	(revision 4348)
@@ -177,5 +177,5 @@
 Instead, it will try to write the PEC value to the register (because the
 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
-without PEC), which is not what we want. Thus, PEC is explicitely disabled
+without PEC), which is not what we want. Thus, PEC is explicitly disabled
 on SMBus Send Byte transactions in the lm90 driver.
 
Index: /lm-sensors/trunk/prog/detect/sensors-detect
===================================================================
--- /lm-sensors/trunk/prog/detect/sensors-detect	(revision 4347)
+++ /lm-sensors/trunk/prog/detect/sensors-detect	(revision 4348)
@@ -3300,9 +3300,9 @@
                 ($chip == 2 and ($reg & 0xfe) == 0xc0);
 
-  # Explicitely prevent misdetection of Winbond chips
+  # Explicitly prevent misdetection of Winbond chips
   $reg = &$readproc(0x4f);
   return if $reg == 0xa3 || $reg == 0x5c;
 
-  # Explicitely prevent misdetection of ITE chips
+  # Explicitly prevent misdetection of ITE chips
   $reg = &$readproc(0x58);
   return if $reg == 0x90;
