cpufreq: Fix typo in cpufreq.h
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 20 Oct 2021 19:08:06 +0000 (21:08 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 21 Oct 2021 10:30:17 +0000 (12:30 +0200)
s/internale/internal/

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
include/linux/cpufreq.h

index ff88bb3e44fca1ba7bb58137ca9aea1971a62c9b..3317887027b59d734268bfe9f027cdbe6f86b5ed 100644 (file)
@@ -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.