mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
x86: Fix various typos in comments
Fix ~144 single-word typos in arch/x86/ code comments. Doing this in a single commit should reduce the churn. Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: linux-kernel@vger.kernel.org
This commit is contained in:
parent
14ff3ed86e
commit
d9f6e12fb0
96 changed files with 144 additions and 144 deletions
|
@ -527,7 +527,7 @@ struct thread_struct {
|
|||
struct io_bitmap *io_bitmap;
|
||||
|
||||
/*
|
||||
* IOPL. Priviledge level dependent I/O permission which is
|
||||
* IOPL. Privilege level dependent I/O permission which is
|
||||
* emulated via the I/O bitmap to prevent user space from disabling
|
||||
* interrupts.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue