diff options
author | Youling Tang <tangyouling@loongson.cn> | 2021-02-24 15:57:57 +0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2021-04-02 11:55:23 +0200 |
commit | 6093532273c86df92fe96f92bafb1632d3892637 (patch) | |
tree | a5058dae3dea68b57e5b1391e74dfb74a5f3ebaa | |
parent | 15ee19f187ecbe43a2fad0834b91b0d70c413852 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/mips/kexec-mips.c b/kexec/arch/mips/kexec-mips.c index a9c6a09..5866e24 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, |