X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fntoskrnl%2Fke%2Fi386%2Firqobj.c;h=f3d841ce97f20621afa585f593597215e2619928;hp=421b7b22d8743fd108e0cef8a230d502fe0d788f;hb=dede0fa637a55577996b4be2a2d7500e0838ca69;hpb=602db5f2d1c6d545faefe50acbd8cf20e5f354af diff --git a/reactos/ntoskrnl/ke/i386/irqobj.c b/reactos/ntoskrnl/ke/i386/irqobj.c index 421b7b22d87..f3d841ce97f 100644 --- a/reactos/ntoskrnl/ke/i386/irqobj.c +++ b/reactos/ntoskrnl/ke/i386/irqobj.c @@ -3,7 +3,7 @@ * LICENSE: GPL - See COPYING in the top level directory * FILE: ntoskrnl/ke/i386/irq.c * PURPOSE: Manages the Kernel's IRQ support for external drivers, - * for the purpouses of connecting, disconnecting and setting + * for the purposes of connecting, disconnecting and setting * up ISRs for drivers. The backend behind the Io* Interrupt * routines. * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)