summaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc/transactional_memory.rst
diff options
context:
space:
mode:
authorHe Ying <heying24@huawei.com>2021-03-26 06:08:53 -0400
committerJonathan Corbet <corbet@lwn.net>2021-03-31 13:50:59 -0600
commitf8b427772a0e9bd20cfd9029f7824b39fef44c70 (patch)
tree12b93f9166faed42fe9ecc44a912560033d589bc /Documentation/powerpc/transactional_memory.rst
parentabb9c078853d0c84f749d272f618a64fb3a27215 (diff)
downloadlinux-f8b427772a0e9bd20cfd9029f7824b39fef44c70.tar.bz2
docs: powerpc: Fix misspellings and grammar errors
Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: He Ying <heying24@huawei.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210326100853.173586-1-heying24@huawei.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/powerpc/transactional_memory.rst')
-rw-r--r--Documentation/powerpc/transactional_memory.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/powerpc/transactional_memory.rst b/Documentation/powerpc/transactional_memory.rst
index b5b09bf00966..040a20675fd1 100644
--- a/Documentation/powerpc/transactional_memory.rst
+++ b/Documentation/powerpc/transactional_memory.rst
@@ -189,7 +189,7 @@ kernel aborted a transaction:
====================== ================================
These can be checked by the user program's abort handler as TEXASR[0:7]. If
-bit 7 is set, it indicates that the error is consider persistent. For example
+bit 7 is set, it indicates that the error is considered persistent. For example
a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
GDB
@@ -271,4 +271,4 @@ with these lines:
hrfid and mtmsrd have the same quirk.
-The Linux kernel uses this quirk in it's early exception handling.
+The Linux kernel uses this quirk in its early exception handling.