mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NDK] Fix description for PIO_APC_ROUTINE.
[RTL] Typo fix.
This commit is contained in:
@@ -1010,7 +1010,7 @@ typedef struct _EFI_DRIVER_ENTRY
|
||||
#ifdef NTOS_MODE_USER
|
||||
|
||||
//
|
||||
// APC Callback for NtCreateFile
|
||||
// APC Callback for NtReadFile, NtWriteFile
|
||||
//
|
||||
typedef VOID
|
||||
(NTAPI *PIO_APC_ROUTINE)(
|
||||
|
||||
@@ -512,7 +512,7 @@ RtlNextUnicodePrefix(PUNICODE_PREFIX_TABLE PrefixTable,
|
||||
UNICODE_PREFIX_TABLE_ENTRY,
|
||||
Links);
|
||||
|
||||
/* Get its tree and make sure somethign is in it */
|
||||
/* Get its tree and make sure something is in it */
|
||||
Entry = Entry->NextPrefixTree;
|
||||
if (Entry->NameLength <= 0) return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user