aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 14:01:27 +0200
committerRalf Baechle <ralf@linux-mips.org>2016-05-28 12:35:08 +0200
commita90c59e636da2352ab9d2f51bf0d6c9b2eef3c13 (patch)
treed8c3b7db1a52b4abf948489e29131fcc6295cd1f /arch
parentMIPS: R6: Fix typo (diff)
downloadwireguard-linux-a90c59e636da2352ab9d2f51bf0d6c9b2eef3c13.tar.xz
wireguard-linux-a90c59e636da2352ab9d2f51bf0d6c9b2eef3c13.zip
MIPS: kernel: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: paul.burton@imgtec.com Cc: macro@imgtec.com Cc: james.hogan@imgtec.com Cc: jslaby@suse.cz Cc: adam.buchbinder@gmail.com Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13330/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
index a6b3dc54260a..866d083f2d81 100644
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -349,7 +349,7 @@ static int get_frame_info(struct mips_frame_info *info)
return 0;
if (info->pc_offset < 0) /* leaf */
return 1;
- /* prologue seems boggus... */
+ /* prologue seems bogus... */
err:
return -1;
}