tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / drivers / scsi / bfa / include / defs / bfa_defs_tsensor.h
index 31881d21851545b38470aa3c22109f6b996ca669..ade763dbc8cea157384e037d2c705fa647651399 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 */