]> Git Repo - linux.git/commitdiff
openrisc: unwinder: Fix grammar issue in comment
authorXiang wangx <[email protected]>
Thu, 2 Jun 2022 08:53:50 +0000 (16:53 +0800)
committerStafford Horne <[email protected]>
Tue, 28 Jun 2022 08:31:24 +0000 (17:31 +0900)
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <[email protected]>
Signed-off-by: Stafford Horne <[email protected]>
arch/openrisc/kernel/unwinder.c

index 8ae15c2c18459eb08541998a07eaaabf4df7ea81..c6ad6f867a6a8f3e7b792180e67a8a030bebd758 100644 (file)
@@ -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)
This page took 0.055021 seconds and 4 git commands to generate.