fix a typo

svn path=/branches/ros-amd64-bringup/; revision=44826
This commit is contained in:
Timo Kreuzer
2009-12-31 15:12:16 +00:00
parent 3d53481c23
commit 7e2711ef2a
+1 -1
View File
@@ -45,7 +45,7 @@ HalpUnmapVirtualAddress(IN PVOID VirtualAddress,
VOID
NTAPI
HalpSetInterruptGate(ULONG Index, PVOID address)
HalpSetInterruptGate(ULONG index, PVOID address)
{
KIDTENTRY *idt;
KIDT_ACCESS Access;