Skip to content

Commit 48bddb8

Browse files
Xiang wangxstffrdhrn
authored andcommitted
openrisc: unwinder: Fix grammar issue in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Stafford Horne <[email protected]>
1 parent 8520501 commit 48bddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/openrisc/kernel/unwinder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct or1k_frameinfo {
2525
/*
2626
* Verify a frameinfo structure. The return address should be a valid text
2727
* address. The frame pointer may be null if its the last frame, otherwise
28-
* the frame pointer should point to a location in the stack after the the
28+
* the frame pointer should point to a location in the stack after the
2929
* top of the next frame up.
3030
*/
3131
static inline int or1k_frameinfo_valid(struct or1k_frameinfo *frameinfo)

0 commit comments

Comments
 (0)