mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[NDK] Fix description for PIO_APC_ROUTINE.
[RTL] Typo fix.
This commit is contained in:
parent
5871716c64
commit
3c95c95369
2 changed files with 2 additions and 2 deletions
|
@ -1010,7 +1010,7 @@ typedef struct _EFI_DRIVER_ENTRY
|
||||||
#ifdef NTOS_MODE_USER
|
#ifdef NTOS_MODE_USER
|
||||||
|
|
||||||
//
|
//
|
||||||
// APC Callback for NtCreateFile
|
// APC Callback for NtReadFile, NtWriteFile
|
||||||
//
|
//
|
||||||
typedef VOID
|
typedef VOID
|
||||||
(NTAPI *PIO_APC_ROUTINE)(
|
(NTAPI *PIO_APC_ROUTINE)(
|
||||||
|
|
|
@ -512,7 +512,7 @@ RtlNextUnicodePrefix(PUNICODE_PREFIX_TABLE PrefixTable,
|
||||||
UNICODE_PREFIX_TABLE_ENTRY,
|
UNICODE_PREFIX_TABLE_ENTRY,
|
||||||
Links);
|
Links);
|
||||||
|
|
||||||
/* Get its tree and make sure somethign is in it */
|
/* Get its tree and make sure something is in it */
|
||||||
Entry = Entry->NextPrefixTree;
|
Entry = Entry->NextPrefixTree;
|
||||||
if (Entry->NameLength <= 0) return NULL;
|
if (Entry->NameLength <= 0) return NULL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue