Author: cwittich
Date: Thu Dec 25 06:27:47 2008
New Revision: 38345
URL:
http://svn.reactos.org/svn/reactos?rev=38345&view=rev
Log:
fix some more typos
Modified:
trunk/reactos/base/applications/network/telnet/src/tmapldr.cpp
trunk/reactos/base/applications/tsclient/porting-tools/rdesktop-core-tester/activex.cpp
trunk/reactos/drivers/filesystems/ext2/src/dircntrl.c
trunk/reactos/drivers/filesystems/ext2/src/misc.c
trunk/reactos/drivers/filesystems/ext2/src/read.c
trunk/reactos/drivers/filesystems/ext2/src/write.c
trunk/reactos/drivers/storage/class/disk/disk.c
trunk/reactos/drivers/storage/ide/uniata/scsi.h
trunk/reactos/drivers/storage/scsiport/scsiport.c
trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c
trunk/reactos/drivers/usb/nt4compat/usbdriver/roothub.c
trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c
trunk/reactos/hal/halx86/generic/dma.c
trunk/reactos/hal/halx86/mp/apic.c
trunk/reactos/include/psdk/wingdi.h
trunk/reactos/ntoskrnl/ke/powerpc/thrdini.c
trunk/reactos/ntoskrnl/ke/profobj.c
trunk/reactos/ntoskrnl/mm/rmap.c
trunk/reactos/subsystems/win32/win32k/ntddraw/dxeng.c
trunk/reactos/subsystems/win32/win32k/ntuser/window.c
trunk/reactos/subsystems/win32/win32k/objects/freetype.c
trunk/reactos/tools/rbuild/backend/devcpp/devcpp.cpp
trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
trunk/reactos/tools/rbuild/global.cpp
Modified: trunk/reactos/base/applications/network/telnet/src/tmapldr.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/…
==============================================================================
--- trunk/reactos/base/applications/network/telnet/src/tmapldr.cpp [iso-8859-1]
(original)
+++ trunk/reactos/base/applications/network/telnet/src/tmapldr.cpp [iso-8859-1] Thu Dec 25
06:27:47 2008
@@ -588,7 +588,7 @@
#ifdef KEYDEBUG
printit("\r
\r");
#endif
- AllOk = SA.Add(temps);;
+ AllOk = SA.Add(temps);
if ( !AllOk ) break;
} else {
// cerr << "Unexpected line '" << buf <<
"'\n";
Modified:
trunk/reactos/base/applications/tsclient/porting-tools/rdesktop-core-tester/activex.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/tsclient…
==============================================================================
---
trunk/reactos/base/applications/tsclient/porting-tools/rdesktop-core-tester/activex.cpp
[iso-8859-1] (original)
+++
trunk/reactos/base/applications/tsclient/porting-tools/rdesktop-core-tester/activex.cpp
[iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -4029,7 +4029,7 @@
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
wcex.lpszClassName = TEXT("MissTosca_Control");
- return RegisterClassEx(&wcex);;
+ return RegisterClassEx(&wcex);
}
static void Shutdown()
Modified: trunk/reactos/drivers/filesystems/ext2/src/dircntrl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ext2/s…
==============================================================================
--- trunk/reactos/drivers/filesystems/ext2/src/dircntrl.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/ext2/src/dircntrl.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -579,7 +579,7 @@
// BothDirInformation->ShortName[ j ] = PtrDirEntry->name[j];
BothDirInformation->FileName[ j ] = PtrDirEntry->name[j];
// if( j < 11 )
- // BothDirInformation->ShortName[j] = PtrDirEntry->name[j];;
+ // BothDirInformation->ShortName[j] = PtrDirEntry->name[j];
}
/*
Modified: trunk/reactos/drivers/filesystems/ext2/src/misc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ext2/s…
==============================================================================
--- trunk/reactos/drivers/filesystems/ext2/src/misc.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/ext2/src/misc.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -1411,7 +1411,7 @@
PtrVCB->CommonVCBHeader.IsFastIoPossible = FastIoIsNotPossible;
PtrVCB->CommonVCBHeader.Resource = &(PtrVCB->VCBResource);
- PtrVCB->CommonVCBHeader.PagingIoResource = &(PtrVCB->PagingIoResource);;
+ PtrVCB->CommonVCBHeader.PagingIoResource = &(PtrVCB->PagingIoResource);
// Create a stream file object for this volume.
PtrVCB->PtrStreamFileObject = IoCreateStreamFileObject(NULL,
Modified: trunk/reactos/drivers/filesystems/ext2/src/read.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ext2/s…
==============================================================================
--- trunk/reactos/drivers/filesystems/ext2/src/read.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/ext2/src/read.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -1045,7 +1045,7 @@
Ext2BreakPoint();
}
- PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex
];;
+ PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex
];
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
}
Modified: trunk/reactos/drivers/filesystems/ext2/src/write.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/ext2/s…
==============================================================================
--- trunk/reactos/drivers/filesystems/ext2/src/write.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/ext2/src/write.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -1256,7 +1256,7 @@
Ext2BreakPoint();
}
- PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex
];;
+ PtrIoRuns[ Index ].LogicalBlock = PtrTIArray[ IBlockIndex ].PtrSIBlocks[ BlockIndex
];
DbgPrint( "LogicalBlock = 0x%lX", PtrIoRuns[ Index ].LogicalBlock );
}
Modified: trunk/reactos/drivers/storage/class/disk/disk.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/class/disk…
==============================================================================
--- trunk/reactos/drivers/storage/class/disk/disk.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/class/disk/disk.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -1923,7 +1923,7 @@
break;
}
- length += (sizeof(SENDCMDOUTPARAMS) > sizeof(SENDCMDINPARAMS)) ?
sizeof(SENDCMDOUTPARAMS) : sizeof(SENDCMDINPARAMS);;
+ length += (sizeof(SENDCMDOUTPARAMS) > sizeof(SENDCMDINPARAMS)) ?
sizeof(SENDCMDOUTPARAMS) : sizeof(SENDCMDINPARAMS);
srbControl = ExAllocatePool(NonPagedPool,
sizeof(SRB_IO_CONTROL) + length);
Modified: trunk/reactos/drivers/storage/ide/uniata/scsi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata…
==============================================================================
--- trunk/reactos/drivers/storage/ide/uniata/scsi.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/ide/uniata/scsi.h [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -172,7 +172,7 @@
} Byte2;
UCHAR Reserved2[3];
- UCHAR Start_TrackSes;;
+ UCHAR Start_TrackSes;
UCHAR AllocationLength[2];
UCHAR Control : 6;
UCHAR Format : 2;
Modified: trunk/reactos/drivers/storage/scsiport/scsiport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/scsiport/s…
==============================================================================
--- trunk/reactos/drivers/storage/scsiport/scsiport.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/scsiport/scsiport.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -2752,7 +2752,7 @@
{
PIO_STACK_LOCATION Stack;
PSCSI_PORT_DEVICE_EXTENSION DeviceExtension;
- NTSTATUS Status = STATUS_SUCCESS;;
+ NTSTATUS Status = STATUS_SUCCESS;
DPRINT("ScsiPortDeviceControl()\n");
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbd…
==============================================================================
--- trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/nt4compat/usbdriver/etd.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -300,7 +300,7 @@
{
if (plist == NULL)
return 0;
- return plist->total_count;;
+ return plist->total_count;
}
LONG
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/roothub.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbd…
==============================================================================
--- trunk/reactos/drivers/usb/nt4compat/usbdriver/roothub.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/nt4compat/usbdriver/roothub.c [iso-8859-1] Thu Dec 25
06:27:47 2008
@@ -186,7 +186,7 @@
pif->endp_count = 1;
pendp = &pif->endp[0];
- pif->pusb_config = pconfig;;
+ pif->pusb_config = pconfig;
pif->pusb_if_desc = pif_desc;
pif->if_ext_size = 0;
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbd…
==============================================================================
--- trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/nt4compat/usbdriver/uhci.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -2783,7 +2783,7 @@
uhci->fsbr_cnt++;
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;
Modified: trunk/reactos/hal/halx86/generic/dma.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/dma.c?r…
==============================================================================
--- trunk/reactos/hal/halx86/generic/dma.c [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/generic/dma.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -1487,7 +1487,7 @@
*/
/* FIXME: The correct bug check code isn't defined. */
/* KEBUGCHECKEX(HAL_MEMORY_ALLOCATION, PAGE_SIZE, 0, (ULONG_PTR)__FILE__, 0); */
- ASSERT(FALSE);;
+ ASSERT(FALSE);
}
CurrentAddress = (ULONG_PTR)VirtualAddress +
Modified: trunk/reactos/hal/halx86/mp/apic.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/mp/apic.c?rev=3…
==============================================================================
--- trunk/reactos/hal/halx86/mp/apic.c [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/mp/apic.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -250,7 +250,7 @@
{
ULONG v, ver, maxlvt;
ULONG r1, r2, w1, w2;
- ULONG CPU = ThisCPU();;
+ ULONG CPU = ThisCPU();
r1 = lastregr[CPU];
@@ -770,12 +770,12 @@
tmp = GET_APIC_VERSION(APICRead(APIC_VER));
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
{
/* Periodic timer */
- tmp = APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;;
+ tmp = APIC_LVT_PERIODIC | LOCAL_TIMER_VECTOR;
}
APICWrite(APIC_LVTT, tmp);
Modified: trunk/reactos/include/psdk/wingdi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=…
==============================================================================
--- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -1745,7 +1745,7 @@
BYTE bLetterform;
BYTE bMidline;
BYTE bXHeight;
-} PANOSE, *LPPANOSE;;
+} PANOSE, *LPPANOSE;
typedef struct tagLOGFONTA {
LONG lfHeight;
LONG lfWidth;
Modified: trunk/reactos/ntoskrnl/ke/powerpc/thrdini.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/powerpc/thrdin…
==============================================================================
--- trunk/reactos/ntoskrnl/ke/powerpc/thrdini.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/powerpc/thrdini.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -181,7 +181,7 @@
/* And set up the Context Switch Frame */
CtxSwitchFrame->RetAddr = KiThreadStartup;
CtxSwitchFrame->ApcBypassDisable = TRUE;
- CtxSwitchFrame->ExceptionList = EXCEPTION_CHAIN_END;;
+ CtxSwitchFrame->ExceptionList = EXCEPTION_CHAIN_END;
/* Save back the new value of the kernel stack. */
Thread->KernelStack = (PVOID)CtxSwitchFrame;
Modified: trunk/reactos/ntoskrnl/ke/profobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/profobj.c?rev=…
==============================================================================
--- trunk/reactos/ntoskrnl/ke/profobj.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/profobj.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -54,7 +54,7 @@
KIRQL OldIrql;
PKPROFILE_SOURCE_OBJECT SourceBuffer;
PKPROFILE_SOURCE_OBJECT CurrentSource;
- BOOLEAN FreeBuffer = TRUE, SourceFound = FALSE;;
+ BOOLEAN FreeBuffer = TRUE, SourceFound = FALSE;
PKPROCESS ProfileProcess;
PLIST_ENTRY NextEntry;
Modified: trunk/reactos/ntoskrnl/mm/rmap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/rmap.c?rev=383…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/rmap.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/rmap.c [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -245,7 +245,7 @@
if (Type == MEMORY_AREA_SECTION_VIEW)
{
Offset = (ULONG_PTR)Address - (ULONG_PTR)MemoryArea->StartingAddress
- + MemoryArea->Data.SectionData.ViewOffset;;
+ + MemoryArea->Data.SectionData.ViewOffset;
/*
* Get or create a pageop
Modified: trunk/reactos/subsystems/win32/win32k/ntddraw/dxeng.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntddraw/dxeng.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntddraw/dxeng.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -585,7 +585,7 @@
APIENTRY
DxEngReferenceHdev(HDEV hDev)
{
- IntGdiReferencePdev((PGDIDEVICE) hDev);;
+ IntGdiReferencePdev((PGDIDEVICE) hDev);
/* ALWAYS return true */
return TRUE;
}
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -3133,7 +3133,7 @@
DECLARE_RETURN(BOOL);
USER_REFERENCE_ENTRY Ref;
NTSTATUS Status;
- PW32THREADINFO ti;;
+ PW32THREADINFO ti;
DPRINT("Enter NtUserSetShellWindowEx\n");
UserEnterExclusive();
Modified: trunk/reactos/subsystems/win32/win32k/objects/freetype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/freetype.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/freetype.c [iso-8859-1] Thu Dec 25
06:27:47 2008
@@ -3776,7 +3776,7 @@
ExFreePoolWithTag(Buffer, TAG_GDITEXT);
}
- return Result;;
+ return Result;
}
Modified: trunk/reactos/tools/rbuild/backend/devcpp/devcpp.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/devcp…
==============================================================================
--- trunk/reactos/tools/rbuild/backend/devcpp/devcpp.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/devcpp/devcpp.cpp [iso-8859-1] Thu Dec 25 06:27:47
2008
@@ -244,6 +244,6 @@
m_devFile << "Link=1" << endl;
m_devFile << "Priority=1000" << endl;
m_devFile << "OverrideBuildCmd=0" << endl;
- m_devFile << "BuildCmd=" << endl << endl;;
- }
-}
+ m_devFile << "BuildCmd=" << endl << endl;
+ }
+}
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw…
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp [iso-8859-1] Thu Dec 25
06:27:47 2008
@@ -590,7 +590,7 @@
Include& include = *includes[i];
if ( parameters.length () > 0 )
parameters += " ";
- parameters += "-I" + backend->GetFullPath ( *include.directory );;
+ parameters += "-I" + backend->GetFullPath ( *include.directory );
}
return parameters;
}
Modified: trunk/reactos/tools/rbuild/global.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/global.cpp?re…
==============================================================================
--- trunk/reactos/tools/rbuild/global.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/global.cpp [iso-8859-1] Thu Dec 25 06:27:47 2008
@@ -31,7 +31,7 @@
void
InitializeEnvironment ()
{
- char *SepValue, *ExePostfixValue, *ExePrefixValue;;
+ char *SepValue, *ExePostfixValue, *ExePrefixValue;
SepValue = getenv ( "SEP" );
if ( SepValue && ( 0 == strcmp ( SepValue, DEF_SSEP ) || 0 == strcmp ( SepValue,
DEF_SBAD_SEP ) ) )