summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYouling Tang <tangyouling@loongson.cn>2021-02-24 15:57:57 +0800
committerSimon Horman <horms@verge.net.au>2021-04-02 11:55:23 +0200
commit6093532273c86df92fe96f92bafb1632d3892637 (patch)
treea5058dae3dea68b57e5b1391e74dfb74a5f3ebaa
parent15ee19f187ecbe43a2fad0834b91b0d70c413852 (diff)
downloadkexec-tools-6093532273c86df92fe96f92bafb1632d3892637.tar.gz
mips: Fix typo in comment
Fix typo in comment. Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/mips/kexec-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/mips/kexec-mips.c b/kexec/arch/mips/kexec-mips.c
index a9c6a096..5866e249 100644
--- a/kexec/arch/mips/kexec-mips.c
+++ b/kexec/arch/mips/kexec-mips.c
@@ -3,7 +3,7 @@
* Copyright (C) 2007 Francesco Chiechi, Alessandro Rubini
* Copyright (C) 2007 Tvblob s.r.l.
*
- * derived from ../ppc/kexec-mips.c
+ * derived from ../ppc/kexec-ppc.c
* Copyright (C) 2004, 2005 Albert Herranz
*
* This source code is licensed under the GNU General Public License,