linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: corbet@lwn.net, linux-doc@vger.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	rdunlap@infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 09/23] virt: kvm: /mmu.rst: Fix a typo
Date: Mon, 29 Mar 2021 10:42:45 +0530	[thread overview]
Message-ID: <878044f88da7746495235549030cb95f821c8789.1616992679.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616992679.git.unixbhaskar@gmail.com>

s/unsychronized/unsynchronized/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/virt/kvm/mmu.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/mmu.rst b/Documentation/virt/kvm/mmu.rst
index 5bfe28b0728e..e6c525280813 100644
--- a/Documentation/virt/kvm/mmu.rst
+++ b/Documentation/virt/kvm/mmu.rst
@@ -244,7 +244,7 @@ Shadow pages contain the following information:
     unsynchronized children).
   unsync_child_bitmap:
     A bitmap indicating which sptes in spt point (directly or indirectly) at
-    pages that may be unsynchronized.  Used to quickly locate all unsychronized
+    pages that may be unsynchronized.  Used to quickly locate all unsynchronized
     pages reachable from a given page.
   clear_spte_count:
     Only present on 32-bit hosts, where a 64-bit spte cannot be written
--
2.26.3


  parent reply	other threads:[~2021-03-29  5:17 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29  5:12 [PATCH 00/23] docs: Mundane typo fixes Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 01/23] atomctl.rst: A typo fix Bhaskar Chowdhury
2021-03-29  5:37   ` Max Filippov
2021-03-29  5:38     ` Max Filippov
2021-03-29  5:52       ` Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 02/23] w1: ds2482.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 03/23] w1-netlink.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 04/23] w1-generic.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 05/23] vm: unevictable-lru.rst: Fix a typo Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 06/23] vm: hwpoison.rst: A typo fix Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 07/23] " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 08/23] virt: kvm: vm.rst: Fix a typo Bhaskar Chowdhury
2021-03-29  5:12 ` Bhaskar Chowdhury [this message]
2021-03-29  5:12 ` [PATCH 10/23] virt: kvm: halt-polling.rst: Fixed " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 11/23] virt: user_mode_linux_howto_v2.rst: Few typo fixes Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 12/23] v4l: hist-v4l2.rst: Fix a typo Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 13/23] trace: hwlat_detector.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 14/23] trace: ftrace-uses.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 15/23] trace: events.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 16/23] sparc: oradax/oracle-dax.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 17/23] sparc: dax-hv-api.txt: Fix quite a few spellos Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 18/23] security: core.rst: Fixed a spello Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 19/23] scsi: ChangeLog.ncr53c8xx: Quite a few spello fixes Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 20/23] scheduler: sched-bwc.rst: Fix a typo Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 21/23] scheduler: sched-nice-design.rst: " Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 22/23] riscv: pmu.rst : A spello fix Bhaskar Chowdhury
2021-03-29  5:12 ` [PATCH 23/23] openrisc: openrisc_port.rst: Fix a typo Bhaskar Chowdhury

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878044f88da7746495235549030cb95f821c8789.1616992679.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).