aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/acpi/cppc_sysfs.rst
diff options
context:
space:
mode:
authorAndrew Klychkov <andrew.a.klychkov@gmail.com>2020-12-04 10:02:35 +0300
committerJonathan Corbet <corbet@lwn.net>2020-12-08 10:25:42 -0700
commitb2105aa2c6481fda72c1825800b753a0bf614517 (patch)
treeddd03ea890086cecea0dbb5eb48296d9f1e78eac /Documentation/admin-guide/acpi/cppc_sysfs.rst
parentkernel-doc: Fix example in Nested structs/unions (diff)
downloadlinux-dev-b2105aa2c6481fda72c1825800b753a0bf614517.tar.xz
linux-dev-b2105aa2c6481fda72c1825800b753a0bf614517.zip
Documentation: fix typos found in admin-guide subdirectory
Fixed twelve typos in cppc_sysfs.rst, binderfs.rst, paride.rst, zram.rst, bug-hunting.rst, introduction.rst, usage.rst, dm-crypt.rst Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com> Reviewed-by: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20201204070235.GA48631@spblnx124.lan Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/acpi/cppc_sysfs.rst')
-rw-r--r--Documentation/admin-guide/acpi/cppc_sysfs.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/acpi/cppc_sysfs.rst b/Documentation/admin-guide/acpi/cppc_sysfs.rst
index a4b99afbe331..fccf22114e85 100644
--- a/Documentation/admin-guide/acpi/cppc_sysfs.rst
+++ b/Documentation/admin-guide/acpi/cppc_sysfs.rst
@@ -8,7 +8,7 @@ CPPC
====
CPPC defined in the ACPI spec describes a mechanism for the OS to manage the
-performance of a logical processor on a contigious and abstract performance
+performance of a logical processor on a contiguous and abstract performance
scale. CPPC exposes a set of registers to describe abstract performance scale,
to request performance levels and to measure per-cpu delivered performance.
@@ -45,7 +45,7 @@ for each cpu X::
* lowest_freq : CPU frequency corresponding to lowest_perf (in MHz).
* nominal_freq : CPU frequency corresponding to nominal_perf (in MHz).
The above frequencies should only be used to report processor performance in
- freqency instead of abstract scale. These values should not be used for any
+ frequency instead of abstract scale. These values should not be used for any
functional decisions.
* feedback_ctrs : Includes both Reference and delivered performance counter.