Skip to content

Commit

Permalink
microblaze: Fix some typos in comment
Browse files Browse the repository at this point in the history
Replace 'the the' with 'like the' in the comment.
Replace 'an' with 'a'.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20220721071520.48384-1-slark_xiao@163.com
  • Loading branch information
Slark Xiao authored and Michal Simek committed Jul 29, 2022
1 parent cdd23dd commit 5b7d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ TRAP_return: /* Make global symbol for debugging */


/* This the initial entry point for a new child thread, with an appropriate
stack in place that makes it look the the child is in the middle of an
stack in place that makes it look like the child is in the middle of a
syscall. This function is actually `returned to' from switch_thread
(copy_thread makes ret_from_fork the return address in each new thread's
saved context). */
Expand Down

0 comments on commit 5b7d1d5

Please sign in to comment.