aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-11-28 11:48:23 +0800
committerMichal Simek <michal.simek@xilinx.com>2022-01-24 13:11:07 +0100
commit93b33bb6a5e5e8d29376f91199f30900c8d58b71 (patch)
tree8f1ccf365f64d2c01835e12d06685dd68383c14c /arch/microblaze
parentLinux 5.17-rc1 (diff)
downloadlinux-dev-93b33bb6a5e5e8d29376f91199f30900c8d58b71.tar.xz
linux-dev-93b33bb6a5e5e8d29376f91199f30900c8d58b71.zip
microblaze: fix typo in a comment
The double `was' is repeated in a comment. Consequently, remove one `was' from the comment. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20211128034823.6930-1-wangborong@cdjrlc.com Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/signal.c b/arch/microblaze/kernel/signal.c
index 23e8a9336a29..873e05c94021 100644
--- a/arch/microblaze/kernel/signal.c
+++ b/arch/microblaze/kernel/signal.c
@@ -11,7 +11,7 @@
*
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderson
*
- * This file was was derived from the sh version, arch/sh/kernel/signal.c
+ * This file was derived from the sh version, arch/sh/kernel/signal.c
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this