Commit 1e6197e2 authored by John Bradford's avatar John Bradford Committed by Linus Torvalds

[PATCH] Fix two mis-spellings of 'kernel'

parent 4c540864
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
* *
* Modified to be mips generic, ppopov@mvista.com * Modified to be mips generic, ppopov@mvista.com
* arch/mips/kernl/pci.c * arch/mips/kernel/pci.c
* Common MIPS PCI routines. * Common MIPS PCI routines.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
struct sigregs32 { struct sigregs32 {
/* /*
* the gp_regs array is 32 bit representation of the pt_regs * the gp_regs array is 32 bit representation of the pt_regs
* structure that was stored on the kernle stack during the * structure that was stored on the kernel stack during the
* system call that was interrupted for the signal. * system call that was interrupted for the signal.
* *
* Note that the entire pt_regs regs structure will fit in * Note that the entire pt_regs regs structure will fit in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment