tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / scsi / bfa / include / defs / bfa_defs_tsensor.h
index 31881d2..ade763d 100644 (file)
@@ -25,7 +25,7 @@
  * Temperature sensor status values
  */
 enum bfa_tsensor_status {
-       BFA_TSENSOR_STATUS_UNKNOWN   = 1,   /*  unkown status */
+       BFA_TSENSOR_STATUS_UNKNOWN   = 1,   /*  unknown status */
        BFA_TSENSOR_STATUS_FAULTY    = 2,   /*  sensor is faulty */
        BFA_TSENSOR_STATUS_BELOW_MIN = 3,   /*  temperature below mininum */
        BFA_TSENSOR_STATUS_NOMINAL   = 4,   /*  normal temperature */