diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-10-20 21:08:06 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-10-21 12:30:17 +0200 |
commit | 3598b30bd970bbc09dba0cf31aa0a04105f37207 (patch) | |
tree | c12ef0b5838cea3bf881432b1390a003ddb642cb /include/linux/cpufreq.h | |
parent | 57577c996d731ce1e5a4a488e64e6e201b360847 (diff) |
cpufreq: Fix typo in cpufreq.h
s/internale/internal/
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index ff88bb3e44fc..3317887027b5 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -385,7 +385,7 @@ struct cpufreq_driver { /* flags */ /* - * Set by drivers that need to update internale upper and lower boundaries along + * Set by drivers that need to update internal upper and lower boundaries along * with the target frequency and so the core and governors should also invoke * the diver if the target frequency does not change, but the policy min or max * may have changed. |