mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
fix some more typos
svn path=/trunk/; revision=38345
This commit is contained in:
parent
1d97cdc07b
commit
82cffd5af5
24 changed files with 26 additions and 26 deletions
|
@ -588,7 +588,7 @@ int TMapLoader::Load(const char * filename, const char * szActiveEmul) {
|
||||||
#ifdef KEYDEBUG
|
#ifdef KEYDEBUG
|
||||||
printit("\r \r");
|
printit("\r \r");
|
||||||
#endif
|
#endif
|
||||||
AllOk = SA.Add(temps);;
|
AllOk = SA.Add(temps);
|
||||||
if ( !AllOk ) break;
|
if ( !AllOk ) break;
|
||||||
} else {
|
} else {
|
||||||
// cerr << "Unexpected line '" << buf << "'\n";
|
// cerr << "Unexpected line '" << buf << "'\n";
|
||||||
|
|
|
@ -4029,7 +4029,7 @@ public:
|
||||||
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
|
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
|
||||||
wcex.lpszClassName = TEXT("MissTosca_Control");
|
wcex.lpszClassName = TEXT("MissTosca_Control");
|
||||||
|
|
||||||
return RegisterClassEx(&wcex);;
|
return RegisterClassEx(&wcex);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void Shutdown()
|
static void Shutdown()
|
||||||
|
|
|
@ -579,7 +579,7 @@ PtrExt2CCB PtrCCB)
|
||||||
// BothDirInformation->ShortName[ j ] = PtrDirEntry->name[j];
|
// BothDirInformation->ShortName[ j ] = PtrDirEntry->name[j];
|
||||||
BothDirInformation->FileName[ j ] = PtrDirEntry->name[j];
|
BothDirInformation->FileName[ j ] = PtrDirEntry->name[j];
|
||||||
// if( j < 11 )
|
// if( j < 11 )
|
||||||
// BothDirInformation->ShortName[j] = PtrDirEntry->name[j];;
|
// BothDirInformation->ShortName[j] = PtrDirEntry->name[j];
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1411,7 +1411,7 @@ PLARGE_INTEGER AllocationSize )
|
||||||
PtrVCB->CommonVCBHeader.IsFastIoPossible = FastIoIsNotPossible;
|
PtrVCB->CommonVCBHeader.IsFastIoPossible = FastIoIsNotPossible;
|
||||||
|
|
||||||
PtrVCB->CommonVCBHeader.Resource = &(PtrVCB->VCBResource);
|
PtrVCB->CommonVCBHeader.Resource = &(PtrVCB->VCBResource);
|
||||||
PtrVCB->CommonVCBHeader.PagingIoResource = &(PtrVCB->PagingIoResource);;
|
PtrVCB->CommonVCBHeader.PagingIoResource = &(PtrVCB->PagingIoResource);
|
||||||
|
|
||||||
// Create a stream file object for this volume.
|
// Create a stream file object for this volume.
|
||||||
PtrVCB->PtrStreamFileObject = IoCreateStreamFileObject(NULL,
|
PtrVCB->PtrStreamFileObject = IoCreateStreamFileObject(NULL,
|
||||||
|
|
|
@ -1045,7 +1045,7 @@ BOOLEAN FirstAttempt )
|
||||||
Ext2BreakPoint();
|
Ext2BreakPoint();
|
||||||
}
|
}
|
||||||
|
|
||||||
PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex ];;
|
PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex ];
|
||||||
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
|
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1256,7 +1256,7 @@ NTSTATUS NTAPI Ext2CommonWrite(
|
||||||
Ext2BreakPoint();
|
Ext2BreakPoint();
|
||||||
}
|
}
|
||||||
|
|
||||||
PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex ];;
|
PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex ];
|
||||||
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
|
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1923,7 +1923,7 @@ Return Value:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
length += (sizeof(SENDCMDOUTPARAMS) > sizeof(SENDCMDINPARAMS)) ? sizeof(SENDCMDOUTPARAMS) : sizeof(SENDCMDINPARAMS);;
|
length += (sizeof(SENDCMDOUTPARAMS) > sizeof(SENDCMDINPARAMS)) ? sizeof(SENDCMDOUTPARAMS) : sizeof(SENDCMDINPARAMS);
|
||||||
srbControl = ExAllocatePool(NonPagedPool,
|
srbControl = ExAllocatePool(NonPagedPool,
|
||||||
sizeof(SRB_IO_CONTROL) + length);
|
sizeof(SRB_IO_CONTROL) + length);
|
||||||
|
|
||||||
|
|
|
@ -172,7 +172,7 @@ typedef union _CDB {
|
||||||
} Byte2;
|
} Byte2;
|
||||||
|
|
||||||
UCHAR Reserved2[3];
|
UCHAR Reserved2[3];
|
||||||
UCHAR Start_TrackSes;;
|
UCHAR Start_TrackSes;
|
||||||
UCHAR AllocationLength[2];
|
UCHAR AllocationLength[2];
|
||||||
UCHAR Control : 6;
|
UCHAR Control : 6;
|
||||||
UCHAR Format : 2;
|
UCHAR Format : 2;
|
||||||
|
|
|
@ -2752,7 +2752,7 @@ ScsiPortDeviceControl(IN PDEVICE_OBJECT DeviceObject,
|
||||||
{
|
{
|
||||||
PIO_STACK_LOCATION Stack;
|
PIO_STACK_LOCATION Stack;
|
||||||
PSCSI_PORT_DEVICE_EXTENSION DeviceExtension;
|
PSCSI_PORT_DEVICE_EXTENSION DeviceExtension;
|
||||||
NTSTATUS Status = STATUS_SUCCESS;;
|
NTSTATUS Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
DPRINT("ScsiPortDeviceControl()\n");
|
DPRINT("ScsiPortDeviceControl()\n");
|
||||||
|
|
||||||
|
|
|
@ -300,7 +300,7 @@ elem_list_get_total_count(PEHCI_ELEM_LIST plist)
|
||||||
{
|
{
|
||||||
if (plist == NULL)
|
if (plist == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
return plist->total_count;;
|
return plist->total_count;
|
||||||
}
|
}
|
||||||
|
|
||||||
LONG
|
LONG
|
||||||
|
|
|
@ -186,7 +186,7 @@ rh_driver_init(PUSB_DEV_MANAGER dev_mgr, PUSB_DRIVER pdriver)
|
||||||
|
|
||||||
pif->endp_count = 1;
|
pif->endp_count = 1;
|
||||||
pendp = &pif->endp[0];
|
pendp = &pif->endp[0];
|
||||||
pif->pusb_config = pconfig;;
|
pif->pusb_config = pconfig;
|
||||||
pif->pusb_if_desc = pif_desc;
|
pif->pusb_if_desc = pif_desc;
|
||||||
|
|
||||||
pif->if_ext_size = 0;
|
pif->if_ext_size = 0;
|
||||||
|
|
|
@ -2783,7 +2783,7 @@ uhci_insert_urb_schedule(PUHCI_DEV uhci, PURB urb)
|
||||||
uhci->fsbr_cnt++;
|
uhci->fsbr_cnt++;
|
||||||
if (uhci->fsbr_cnt == 1)
|
if (uhci->fsbr_cnt == 1)
|
||||||
{
|
{
|
||||||
uhci->skel_term_qh->link = uhci->skel_hs_control_qh->phy_addr;;
|
uhci->skel_term_qh->link = uhci->skel_hs_control_qh->phy_addr;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
|
@ -1487,7 +1487,7 @@ HalpCopyBufferMap(
|
||||||
*/
|
*/
|
||||||
/* FIXME: The correct bug check code isn't defined. */
|
/* FIXME: The correct bug check code isn't defined. */
|
||||||
/* KEBUGCHECKEX(HAL_MEMORY_ALLOCATION, PAGE_SIZE, 0, (ULONG_PTR)__FILE__, 0); */
|
/* KEBUGCHECKEX(HAL_MEMORY_ALLOCATION, PAGE_SIZE, 0, (ULONG_PTR)__FILE__, 0); */
|
||||||
ASSERT(FALSE);;
|
ASSERT(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
CurrentAddress = (ULONG_PTR)VirtualAddress +
|
CurrentAddress = (ULONG_PTR)VirtualAddress +
|
||||||
|
|
|
@ -250,7 +250,7 @@ VOID APICDump(VOID)
|
||||||
{
|
{
|
||||||
ULONG v, ver, maxlvt;
|
ULONG v, ver, maxlvt;
|
||||||
ULONG r1, r2, w1, w2;
|
ULONG r1, r2, w1, w2;
|
||||||
ULONG CPU = ThisCPU();;
|
ULONG CPU = ThisCPU();
|
||||||
|
|
||||||
|
|
||||||
r1 = lastregr[CPU];
|
r1 = lastregr[CPU];
|
||||||
|
@ -770,12 +770,12 @@ VOID APICSetupLVTT(ULONG ClockTicks)
|
||||||
tmp = GET_APIC_VERSION(APICRead(APIC_VER));
|
tmp = GET_APIC_VERSION(APICRead(APIC_VER));
|
||||||
if (!APIC_INTEGRATED(tmp))
|
if (!APIC_INTEGRATED(tmp))
|
||||||
{
|
{
|
||||||
tmp = SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV) | APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;;
|
tmp = SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV) | APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Periodic timer */
|
/* Periodic timer */
|
||||||
tmp = APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;;
|
tmp = APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;
|
||||||
}
|
}
|
||||||
APICWrite(APIC_LVTT, tmp);
|
APICWrite(APIC_LVTT, tmp);
|
||||||
|
|
||||||
|
|
|
@ -1745,7 +1745,7 @@ typedef struct tagPANOSE {
|
||||||
BYTE bLetterform;
|
BYTE bLetterform;
|
||||||
BYTE bMidline;
|
BYTE bMidline;
|
||||||
BYTE bXHeight;
|
BYTE bXHeight;
|
||||||
} PANOSE, *LPPANOSE;;
|
} PANOSE, *LPPANOSE;
|
||||||
typedef struct tagLOGFONTA {
|
typedef struct tagLOGFONTA {
|
||||||
LONG lfHeight;
|
LONG lfHeight;
|
||||||
LONG lfWidth;
|
LONG lfWidth;
|
||||||
|
|
|
@ -181,7 +181,7 @@ KePPCInitThreadWithContext(IN PKTHREAD Thread,
|
||||||
/* And set up the Context Switch Frame */
|
/* And set up the Context Switch Frame */
|
||||||
CtxSwitchFrame->RetAddr = KiThreadStartup;
|
CtxSwitchFrame->RetAddr = KiThreadStartup;
|
||||||
CtxSwitchFrame->ApcBypassDisable = TRUE;
|
CtxSwitchFrame->ApcBypassDisable = TRUE;
|
||||||
CtxSwitchFrame->ExceptionList = EXCEPTION_CHAIN_END;;
|
CtxSwitchFrame->ExceptionList = EXCEPTION_CHAIN_END;
|
||||||
|
|
||||||
/* Save back the new value of the kernel stack. */
|
/* Save back the new value of the kernel stack. */
|
||||||
Thread->KernelStack = (PVOID)CtxSwitchFrame;
|
Thread->KernelStack = (PVOID)CtxSwitchFrame;
|
||||||
|
|
|
@ -54,7 +54,7 @@ KeStartProfile(PKPROFILE Profile,
|
||||||
KIRQL OldIrql;
|
KIRQL OldIrql;
|
||||||
PKPROFILE_SOURCE_OBJECT SourceBuffer;
|
PKPROFILE_SOURCE_OBJECT SourceBuffer;
|
||||||
PKPROFILE_SOURCE_OBJECT CurrentSource;
|
PKPROFILE_SOURCE_OBJECT CurrentSource;
|
||||||
BOOLEAN FreeBuffer = TRUE, SourceFound = FALSE;;
|
BOOLEAN FreeBuffer = TRUE, SourceFound = FALSE;
|
||||||
PKPROCESS ProfileProcess;
|
PKPROCESS ProfileProcess;
|
||||||
PLIST_ENTRY NextEntry;
|
PLIST_ENTRY NextEntry;
|
||||||
|
|
||||||
|
|
|
@ -245,7 +245,7 @@ MmPageOutPhysicalAddress(PFN_TYPE Page)
|
||||||
if (Type == MEMORY_AREA_SECTION_VIEW)
|
if (Type == MEMORY_AREA_SECTION_VIEW)
|
||||||
{
|
{
|
||||||
Offset = (ULONG_PTR)Address - (ULONG_PTR)MemoryArea->StartingAddress
|
Offset = (ULONG_PTR)Address - (ULONG_PTR)MemoryArea->StartingAddress
|
||||||
+ MemoryArea->Data.SectionData.ViewOffset;;
|
+ MemoryArea->Data.SectionData.ViewOffset;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get or create a pageop
|
* Get or create a pageop
|
||||||
|
|
|
@ -585,7 +585,7 @@ BOOLEAN
|
||||||
APIENTRY
|
APIENTRY
|
||||||
DxEngReferenceHdev(HDEV hDev)
|
DxEngReferenceHdev(HDEV hDev)
|
||||||
{
|
{
|
||||||
IntGdiReferencePdev((PGDIDEVICE) hDev);;
|
IntGdiReferencePdev((PGDIDEVICE) hDev);
|
||||||
/* ALWAYS return true */
|
/* ALWAYS return true */
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3133,7 +3133,7 @@ NtUserSetShellWindowEx(HWND hwndShell, HWND hwndListView)
|
||||||
DECLARE_RETURN(BOOL);
|
DECLARE_RETURN(BOOL);
|
||||||
USER_REFERENCE_ENTRY Ref;
|
USER_REFERENCE_ENTRY Ref;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
PW32THREADINFO ti;;
|
PW32THREADINFO ti;
|
||||||
|
|
||||||
DPRINT("Enter NtUserSetShellWindowEx\n");
|
DPRINT("Enter NtUserSetShellWindowEx\n");
|
||||||
UserEnterExclusive();
|
UserEnterExclusive();
|
||||||
|
|
|
@ -3776,7 +3776,7 @@ cleanup:
|
||||||
ExFreePoolWithTag(Buffer, TAG_GDITEXT);
|
ExFreePoolWithTag(Buffer, TAG_GDITEXT);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Result;;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -244,6 +244,6 @@ void DevCppBackend::OutputFileUnits()
|
||||||
m_devFile << "Link=1" << endl;
|
m_devFile << "Link=1" << endl;
|
||||||
m_devFile << "Priority=1000" << endl;
|
m_devFile << "Priority=1000" << endl;
|
||||||
m_devFile << "OverrideBuildCmd=0" << endl;
|
m_devFile << "OverrideBuildCmd=0" << endl;
|
||||||
m_devFile << "BuildCmd=" << endl << endl;;
|
m_devFile << "BuildCmd=" << endl << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -590,7 +590,7 @@ MingwModuleHandler::GenerateGccIncludeParametersFromVector ( const vector<Includ
|
||||||
Include& include = *includes[i];
|
Include& include = *includes[i];
|
||||||
if ( parameters.length () > 0 )
|
if ( parameters.length () > 0 )
|
||||||
parameters += " ";
|
parameters += " ";
|
||||||
parameters += "-I" + backend->GetFullPath ( *include.directory );;
|
parameters += "-I" + backend->GetFullPath ( *include.directory );
|
||||||
}
|
}
|
||||||
return parameters;
|
return parameters;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ char cBadSep;
|
||||||
void
|
void
|
||||||
InitializeEnvironment ()
|
InitializeEnvironment ()
|
||||||
{
|
{
|
||||||
char *SepValue, *ExePostfixValue, *ExePrefixValue;;
|
char *SepValue, *ExePostfixValue, *ExePrefixValue;
|
||||||
|
|
||||||
SepValue = getenv ( "SEP" );
|
SepValue = getenv ( "SEP" );
|
||||||
if ( SepValue && ( 0 == strcmp ( SepValue, DEF_SSEP ) || 0 == strcmp ( SepValue, DEF_SBAD_SEP ) ) )
|
if ( SepValue && ( 0 == strcmp ( SepValue, DEF_SSEP ) || 0 == strcmp ( SepValue, DEF_SBAD_SEP ) ) )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue