mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
[ntoskrnl/lpc] - Fix a typo, correct paths
svn path=/trunk/; revision=44542
This commit is contained in:
parent
e3ba837e2e
commit
0cc971dfd5
2 changed files with 3 additions and 3 deletions
|
@ -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 (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
|
|
@ -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 (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue