diff options
author | Randy Dunlap | 2022-07-14 18:59:03 -0700 |
---|---|---|
committer | Rafael J. Wysocki | 2022-07-25 20:34:56 +0200 |
commit | 9d822ccf337299d08cf5121929013f3ac21932c9 (patch) | |
tree | 61e0a15a7113b4430179808020853bba5c017110 /drivers/cpufreq | |
parent | 6e28f057e3450ac471eeb6c6d9cf35d9372d29b2 (diff) |
cpufreq: loongson2: fix Kconfig "its" grammar
Use the possessive "its" instead of the contraction "it's"
where appropriate.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index c3038cdc6865..2a84fc63371e 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -268,7 +268,7 @@ config LOONGSON2_CPUFREQ This option adds a CPUFreq driver for loongson processors which support software configurable cpu frequency. - Loongson2F and it's successors support this feature. + Loongson2F and its successors support this feature. If in doubt, say N. |