diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-07-01 06:46:01 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-01 11:00:10 +0300 |
commit | c76a093dc1415d364020b8b33f1e194ef4d26fd0 (patch) | |
tree | 7bf0ebac56ddfef7cfa0cbc224acaadbbc909b66 /Documentation/x86/x86_64/machinecheck | |
parent | 1ead852dd88779eda12cb09cc894a03d9abfe1ec (diff) | |
download | linux-c76a093dc1415d364020b8b33f1e194ef4d26fd0.tar.xz |
x86/Documentation: Fix various typos in Documentation/x86/ files
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: corbet@lwn.net
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20160701034601.30308-1-standby24x7@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/x86/x86_64/machinecheck')
-rw-r--r-- | Documentation/x86/x86_64/machinecheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/x86_64/machinecheck b/Documentation/x86/x86_64/machinecheck index b1fb30273286..d0648a74fceb 100644 --- a/Documentation/x86/x86_64/machinecheck +++ b/Documentation/x86/x86_64/machinecheck @@ -36,7 +36,7 @@ between all CPUs. check_interval How often to poll for corrected machine check errors, in seconds - (Note output is hexademical). Default 5 minutes. When the poller + (Note output is hexadecimal). Default 5 minutes. When the poller finds MCEs it triggers an exponential speedup (poll more often) on the polling interval. When the poller stops finding MCEs, it triggers an exponential backoff (poll less often) on the polling |