Skip to content

Commit 3598b30

Browse files
committed
cpufreq: Fix typo in cpufreq.h
s/internale/internal/ Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Viresh Kumar <[email protected]>
1 parent 57577c9 commit 3598b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/cpufreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ struct cpufreq_driver {
385385
/* flags */
386386

387387
/*
388-
* Set by drivers that need to update internale upper and lower boundaries along
388+
* Set by drivers that need to update internal upper and lower boundaries along
389389
* with the target frequency and so the core and governors should also invoke
390390
* the diver if the target frequency does not change, but the policy min or max
391391
* may have changed.

0 commit comments

Comments
 (0)