mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Correct spelling errors in some remarks.
svn path=/trunk/; revision=11136
This commit is contained in:
parent
639754c6b8
commit
c7eba737e2
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: sysinfo.c,v 1.47 2004/09/28 19:49:20 gvg Exp $
|
||||
/* $Id: sysinfo.c,v 1.48 2004/09/30 21:14:24 ea Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1009,7 +1009,7 @@ QSI_DEF(SystemEventIdsInformation)
|
|||
return (STATUS_NOT_IMPLEMENTED);
|
||||
}
|
||||
|
||||
/* Class 32 - Crach Dump Information */
|
||||
/* Class 32 - Crash Dump Information */
|
||||
QSI_DEF(SystemCrashDumpInformation)
|
||||
{
|
||||
/* FIXME */
|
||||
|
@ -1023,7 +1023,7 @@ QSI_DEF(SystemExceptionInformation)
|
|||
return (STATUS_NOT_IMPLEMENTED);
|
||||
}
|
||||
|
||||
/* Class 34 - Crach Dump State Information */
|
||||
/* Class 34 - Crash Dump State Information */
|
||||
QSI_DEF(SystemCrashDumpStateInformation)
|
||||
{
|
||||
/* FIXME */
|
||||
|
@ -1070,7 +1070,7 @@ SSI_DEF(SystemLoadAndCallImage)
|
|||
return(LdrpLoadAndCallImage(&Slci->ModuleName));
|
||||
}
|
||||
|
||||
/* Class 39 - Priority Seperation */
|
||||
/* Class 39 - Priority Separation */
|
||||
SSI_DEF(SystemPrioritySeperation)
|
||||
{
|
||||
/* FIXME */
|
||||
|
@ -1234,7 +1234,7 @@ struct _QSSI_CALLS
|
|||
|
||||
// QS Query & Set
|
||||
// QX Query
|
||||
// XQ Set
|
||||
// XS Set
|
||||
// XX unknown behaviour
|
||||
//
|
||||
#define SI_QS(n) {QSI_USE(n),SSI_USE(n)}
|
||||
|
|
Loading…
Reference in a new issue