Commit 3bb5ee9a authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Chanwoo Choi
Browse files

PM / devfreq: Fix a typo in a comment



'govenror' was used in place of 'governor'

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 3a1ec2e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
 * @node:		list node - contains registered devfreq governors
 * @name:		Governor's name
 * @immutable:		Immutable flag for governor. If the value is 1,
 *			this govenror is never changeable to other governor.
 *			this governor is never changeable to other governor.
 * @interrupt_driven:	Devfreq core won't schedule polling work for this
 *			governor if value is set to 1.
 * @get_target_freq:	Returns desired operating frequency for the device.