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>
This commit is contained in:
parent
8520501346
commit
48bddb89d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue