[PATCH] cpufreq: Fix typo in cpufreq.h

From: Rafael J. Wysocki
Date: Wed Oct 20 2021 - 15:08:11 EST


From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>

s/internale/internal/

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
---
include/linux/cpufreq.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-pm/include/linux/cpufreq.h
===================================================================
--- linux-pm.orig/include/linux/cpufreq.h
+++ linux-pm/include/linux/cpufreq.h
@@ -398,7 +398,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.