summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-02 16:53:50 +0800
committerStafford Horne <shorne@gmail.com>2022-06-28 17:31:24 +0900
commit48bddb89d59eec27c3305d179b1832d5292e285d (patch)
tree9ee652259a5199298106f14dc011e07444ded4d0 /arch/openrisc
parent8520501346ed8d1c4a6dfa751cb57328a9c843f1 (diff)
downloadlinux-48bddb89d59eec27c3305d179b1832d5292e285d.tar.bz2
openrisc: unwinder: Fix grammar issue in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/kernel/unwinder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/unwinder.c b/arch/openrisc/kernel/unwinder.c
index 8ae15c2c1845..c6ad6f867a6a 100644
--- a/arch/openrisc/kernel/unwinder.c
+++ b/arch/openrisc/kernel/unwinder.c
@@ -25,7 +25,7 @@ struct or1k_frameinfo {
/*
* Verify a frameinfo structure. The return address should be a valid text
* address. The frame pointer may be null if its the last frame, otherwise
- * the frame pointer should point to a location in the stack after the the
+ * the frame pointer should point to a location in the stack after the
* top of the next frame up.
*/
static inline int or1k_frameinfo_valid(struct or1k_frameinfo *frameinfo)