diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 10:15:20 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-07-29 13:37:27 +0300 |
commit | 5b7d1d575e3f1917cd493761781314be7bc73ef4 (patch) | |
tree | 3184a8b5980c24baffb908844544fad126088e93 /arch/microblaze | |
parent | cdd23dd9fcd67cc3581d0f98a1c89acd90030336 (diff) | |
download | linux-5b7d1d575e3f1917cd493761781314be7bc73ef4.tar.xz |
microblaze: Fix some typos in comment
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
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S index b179f8f6d287..d875a0c01032 100644 --- a/arch/microblaze/kernel/entry.S +++ b/arch/microblaze/kernel/entry.S @@ -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). */ |