Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/pfuze100...
[linux-block.git] / include / linux / regulator / machine.h
index 598a493b39270e555dab9f52bd9e83205bcf085e..117699d1f7df4f72491bd65eccec39a160acf646 100644 (file)
@@ -65,7 +65,7 @@ struct regulator_state {
        int uV; /* suspend voltage */
        unsigned int mode; /* suspend regulator operating mode */
        int enabled; /* is regulator enabled in this suspend state */
-       int disabled; /* is the regulator disbled in this suspend state */
+       int disabled; /* is the regulator disabled in this suspend state */
 };
 
 /**