aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/cavium-octeon
diff options
context:
space:
mode:
authorGravatar Zhang Jiaming <jiaming@nfschina.com> 2022-06-22 18:27:20 +0800
committerGravatar Thomas Bogendoerfer <tsbogend@alpha.franken.de> 2022-07-05 11:12:12 +0200
commit5e1138c657f717737134f89d7c05a1375ca712f2 (patch)
tree7f7b1ae3837d3dca2a0a640610c84e474e373798 /arch/mips/cavium-octeon
parentMIPS: Alchemy: devboards: Remove duplicate 'the' in two places. (diff)
downloadlinux-5e1138c657f717737134f89d7c05a1375ca712f2.tar.gz
linux-5e1138c657f717737134f89d7c05a1375ca712f2.tar.bz2
linux-5e1138c657f717737134f89d7c05a1375ca712f2.zip
MIPS: Fix some typos
Change 'modifed' to 'modified'. Change 'relys' to 'relies'. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/cavium-octeon')
-rw-r--r--arch/mips/cavium-octeon/executive/cvmx-helper-board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/cavium-octeon/executive/cvmx-helper-board.c b/arch/mips/cavium-octeon/executive/cvmx-helper-board.c
index 1daa0c6b6f4e..d09d0769f549 100644
--- a/arch/mips/cavium-octeon/executive/cvmx-helper-board.c
+++ b/arch/mips/cavium-octeon/executive/cvmx-helper-board.c
@@ -282,9 +282,9 @@ union cvmx_helper_link_info __cvmx_helper_board_link_get(int ipd_port)
* support and should return the number of actual ports on the
* board.
*
- * This function must be modifed for every new Octeon board.
+ * This function must be modified for every new Octeon board.
* Internally it uses switch statements based on the cvmx_sysinfo
- * data to determine board types and revisions. It relys on the
+ * data to determine board types and revisions. It relies on the
* fact that every Octeon board receives a unique board type
* enumeration from the bootloader.
*