Skip to content

Commit

Permalink
openrisc: unwinder: Fix grammar issue in comment
Browse files Browse the repository at this point in the history
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
  • Loading branch information
Xiang wangx authored and Stafford Horne committed Jun 28, 2022
1 parent 8520501 commit 48bddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/openrisc/kernel/unwinder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 48bddb8

Please sign in to comment.