diff options
author | He Ying <heying24@huawei.com> | 2021-03-26 11:08:53 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-31 21:50:59 +0200 |
commit | f8b427772a0e9bd20cfd9029f7824b39fef44c70 (patch) | |
tree | 12b93f9166faed42fe9ecc44a912560033d589bc /Documentation/powerpc/booting.rst | |
parent | Documentation: Add leading slash to some paths (diff) | |
download | linux-f8b427772a0e9bd20cfd9029f7824b39fef44c70.tar.xz linux-f8b427772a0e9bd20cfd9029f7824b39fef44c70.zip |
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/booting.rst')
-rw-r--r-- | Documentation/powerpc/booting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/booting.rst b/Documentation/powerpc/booting.rst index 2d0ec2ff2b57..11aa440f98cc 100644 --- a/Documentation/powerpc/booting.rst +++ b/Documentation/powerpc/booting.rst @@ -94,7 +94,7 @@ should: a) add your platform support as a _boolean_ option in arch/powerpc/Kconfig, following the example of PPC_PSERIES, - PPC_PMAC and PPC_MAPLE. The later is probably a good + PPC_PMAC and PPC_MAPLE. The latter is probably a good example of a board support to start from. b) create your main platform file as |