mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ntoskrnl/lpc] - Fix a typo, correct paths
svn path=/trunk/; revision=44542
This commit is contained in:
@@ -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])
|
||||
*/
|
||||
|
||||
@@ -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])
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user