mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:53:05 +00:00
Fix a typo.
svn path=/trunk/; revision=9874
This commit is contained in:
parent
acf32a2988
commit
d5255272ce
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: utils.c,v 1.91 2004/06/25 18:50:48 ekohl Exp $
|
/* $Id: utils.c,v 1.92 2004/06/25 19:05:20 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -1227,7 +1227,7 @@ LdrPerformRelocations(PIMAGE_NT_HEADERS NTHeaders,
|
||||||
USHORT NumberOfEntries;
|
USHORT NumberOfEntries;
|
||||||
PUSHORT pValue16;
|
PUSHORT pValue16;
|
||||||
ULONG RelocationRVA;
|
ULONG RelocationRVA;
|
||||||
LONG Delta32;
|
ULONG Delta32;
|
||||||
ULONG Offset;
|
ULONG Offset;
|
||||||
PULONG pValue32;
|
PULONG pValue32;
|
||||||
PRELOCATION_DIRECTORY RelocationDir;
|
PRELOCATION_DIRECTORY RelocationDir;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue