[ntoskrnl/lpc] - Fix a typo, correct paths

svn path=/trunk/; revision=44542
This commit is contained in:
Gregor Schneider
2009-12-12 12:23:55 +00:00
parent e3ba837e2e
commit 0cc971dfd5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/include/lpc.h
* FILE: ntoskrnl/include/internal/lpc.h
* PURPOSE: Internal header for the Local Procedure Call
* PROGRAMMERS: Alex Ionescu ([email protected])
*/
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/include/lpc_x.h
* PURPOSE: Intenral Inlined Functions for Local Procedure Call
* FILE: ntoskrnl/include/internal/lpc_x.h
* PURPOSE: Internal Inlined Functions for Local Procedure Call
* PROGRAMMERS: Alex Ionescu ([email protected])
*/