Commit 48bddb89 authored by Xiang wangx's avatar Xiang wangx Committed by Stafford Horne
Browse files

openrisc: unwinder: Fix grammar issue in comment



Delete the redundant word 'the'.

Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 85205013
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)