Fix typos (#2065)
authorYoussef Victor <31348972+Youssef1313@users.noreply.github.com>
Thu, 23 Jan 2020 18:40:29 +0000 (20:40 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 Jan 2020 18:40:29 +0000 (19:40 +0100)
* begining -> beginning

* paramterized -> parameterized

* folow -> follow

* occurance -> occurrence

* Fix bad changes

* Apply suggestion + minor space fix

64 files changed:
src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjitinfoimpl.h
src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/icorjitinfo.cpp
src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/icorjitinfo.cpp
src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/icorjitinfo.cpp
src/coreclr/src/ToolBox/superpmi/superpmi/icorjitinfo.cpp
src/coreclr/src/debug/di/rspriv.h
src/coreclr/src/debug/ildbsymlib/symread.cpp
src/coreclr/src/inc/gcdecoder.cpp
src/coreclr/src/inc/sigparser.h
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/valuenum.cpp
src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp
src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/testinfo.dat
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp
src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp
src/coreclr/src/palrt/path.cpp
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs
src/coreclr/src/tools/crossgen2/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs
src/coreclr/src/utilcode/util.cpp
src/coreclr/src/vm/codeman.cpp
src/coreclr/src/vm/comcache.cpp
src/coreclr/src/vm/comutilnative.cpp
src/coreclr/src/vm/eventtrace.cpp
src/coreclr/src/vm/fcall.h
src/coreclr/src/vm/frames.h
src/coreclr/src/vm/gcenv.ee.cpp
src/coreclr/src/vm/ibclogger.h
src/coreclr/src/vm/interoputil.cpp
src/coreclr/src/vm/object.h
src/coreclr/src/vm/proftoeeinterfaceimpl.cpp
src/coreclr/src/vm/threadpoolrequest.h
src/coreclr/src/zap/zapheaders.cpp
src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SparseCompRow.cs
src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/kernel.cs
src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Financial.vb
src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/BaseConfigurationRecord.cs
src/libraries/System.Data.Common/src/System/Data/Select.cs
src/libraries/System.Data.Common/tests/System/Data/DataColumnCollectionTest2.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs
src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs
src/libraries/System.IO.Ports/tests/SerialPort/ReadByte.cs
src/libraries/System.IO.Ports/tests/SerialPort/ReadChar.cs
src/libraries/System.IO.Ports/tests/SerialPort/ReadExisting.cs
src/libraries/System.IO.Ports/tests/SerialPort/ReadLine.cs
src/libraries/System.IO.Ports/tests/SerialPort/Read_byte_int_int.cs
src/libraries/System.IO.Ports/tests/SerialPort/Read_char_int_int.cs
src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs
src/libraries/System.Management/src/System/Management/WMIGenerator.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Utf8Parser/Utf8Parser.Guid.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfo.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeParse.cs
src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs
src/libraries/System.Private.Xml.Linq/tests/Schema/ExtensionTests.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XslException.cs
src/mono/mono/metadata/class-init.c
src/mono/mono/tests/metadata-verifier/gen-md-tests.c

index ef526e9..ff28c9b 100644 (file)
@@ -901,7 +901,7 @@ InfoAccessType constructStringLiteral(CORINFO_MODULE_HANDLE module, mdToken meta
 InfoAccessType emptyStringLiteral(void** ppValue);
 
 // (static fields only) given that 'field' refers to thread local store,
-// return the ID (TLS index), which is used to find the begining of the
+// return the ID (TLS index), which is used to find the beginning of the
 // TLS data area for the particular DLL 'field' is associated with.
 DWORD getFieldThreadLocalStoreID(CORINFO_FIELD_HANDLE field, void** ppIndirection = NULL);
 
index b2ead48..0384e2c 100644 (file)
@@ -1896,7 +1896,7 @@ InfoAccessType interceptor_ICJI::emptyStringLiteral(void** ppValue)
 }
 
 // (static fields only) given that 'field' refers to thread local store,
-// return the ID (TLS index), which is used to find the begining of the
+// return the ID (TLS index), which is used to find the beginning of the
 // TLS data area for the particular DLL 'field' is associated with.
 DWORD interceptor_ICJI::getFieldThreadLocalStoreID(CORINFO_FIELD_HANDLE field, void** ppIndirection)
 {
index 7ffa1eb..810aed3 100644 (file)
@@ -1464,7 +1464,7 @@ InfoAccessType interceptor_ICJI::emptyStringLiteral(void** ppValue)
 }
 
 // (static fields only) given that 'field' refers to thread local store,
-// return the ID (TLS index), which is used to find the begining of the
+// return the ID (TLS index), which is used to find the beginning of the
 // TLS data area for the particular DLL 'field' is associated with.
 DWORD interceptor_ICJI::getFieldThreadLocalStoreID(CORINFO_FIELD_HANDLE field, void** ppIndirection)
 {
index f390fcb..b562704 100644 (file)
@@ -1311,7 +1311,7 @@ InfoAccessType interceptor_ICJI::emptyStringLiteral(void** ppValue)
 }
 
 // (static fields only) given that 'field' refers to thread local store,
-// return the ID (TLS index), which is used to find the begining of the
+// return the ID (TLS index), which is used to find the beginning of the
 // TLS data area for the particular DLL 'field' is associated with.
 DWORD interceptor_ICJI::getFieldThreadLocalStoreID(CORINFO_FIELD_HANDLE field, void** ppIndirection)
 {
index bf143b8..3441850 100644 (file)
@@ -1569,7 +1569,7 @@ InfoAccessType MyICJI::emptyStringLiteral(void** ppValue)
 }
 
 // (static fields only) given that 'field' refers to thread local store,
-// return the ID (TLS index), which is used to find the begining of the
+// return the ID (TLS index), which is used to find the beginning of the
 // TLS data area for the particular DLL 'field' is associated with.
 DWORD MyICJI::getFieldThreadLocalStoreID(CORINFO_FIELD_HANDLE field, void** ppIndirection)
 {
index 55e3ec9..573e4ea 100644 (file)
@@ -4786,7 +4786,7 @@ public:
                           CordbType ** ppResultType);
 
     // Some derived constructors...  Use this one if the type is definitely not
-    // a paramterized type, e.g. to implement functions on the API where types cannot
+    // a parameterized type, e.g. to implement functions on the API where types cannot
     // be parameterized.
     static HRESULT MkUnparameterizedType(CordbAppDomain *appdomain, CorElementType et, CordbClass *cl, CordbType **ppType);
 
index 4ef5bc0..9c72a80 100644 (file)
@@ -233,7 +233,7 @@ HRESULT SymReader::InitializeFromStream(
     BYTE *pSignature;
     HRESULT hr = S_OK;
 
-    // Reset the stream to the begining
+    // Reset the stream to the beginning
     LARGE_INTEGER li;
     li.u.HighPart = 0;
     li.u.LowPart = 0;
index 72cf06b..850d2dd 100644 (file)
@@ -530,7 +530,7 @@ const unsigned callCommonDelta[4] = { 6,8,10,12 };
  *
  *  Note that ARG_MASK is the mask of pushed args that contain GC pointers
  *   since the first two arguments are always passed in registers it is
- *   a fairly rare occurance to push a GC pointer as an argument, since it
+ *   a fairly rare occurrence to push a GC pointer as an argument, since it
  *   only occurs for nested calls, when the third or later argument for the
  *   outer call contains a GC ref.
  *
index 77c83d7..ed1a346 100644 (file)
@@ -490,7 +490,7 @@ class SigParser
 
         //------------------------------------------------------------------------
         // Is this at the Sentinal (the ... in a varargs signature) that marks
-        // the begining of varguments that are not decared at the target
+        // the beginning of varguments that are not decared at the target
 
         bool AtSentinel() const
         {
index f286176..05aa424 100644 (file)
@@ -7116,7 +7116,7 @@ void CodeGen::genFnProlog()
     if (compiler->compJitHaltMethod())
     {
         /* put a nop first because the debugger and other tools are likely to
-           put an int3 at the begining and we don't want to confuse them */
+           put an int3 at the beginning and we don't want to confuse them */
 
         instGen(INS_nop);
         instGen(INS_BREAKPOINT);
index e72a697..3e33ea6 100644 (file)
@@ -6153,9 +6153,9 @@ protected:
         unsigned csdDefWtCnt; // weighted def count
         unsigned csdUseWtCnt; // weighted use count  (excluding the implicit uses at defs)
 
-        GenTree*    csdTree;  // treenode containing the 1st occurance
-        Statement*  csdStmt;  // stmt containing the 1st occurance
-        BasicBlock* csdBlock; // block containing the 1st occurance
+        GenTree*    csdTree;  // treenode containing the 1st occurrence
+        Statement*  csdStmt;  // stmt containing the 1st occurrence
+        BasicBlock* csdBlock; // block containing the 1st occurrence
 
         treeStmtLst* csdTreeList; // list of matching tree nodes: head
         treeStmtLst* csdTreeLast; // list of matching tree nodes: tail
index c526e7b..266f651 100644 (file)
@@ -13063,7 +13063,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
             {
                 if (tiVerificationNeeded)
                 {
-                    // Dup could start the begining of delegate creation sequence, remember that
+                    // Dup could start the beginning of delegate creation sequence, remember that
                     delegateCreateStart = codeAddr - 1;
                     impStackTop(0);
                 }
@@ -13384,7 +13384,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
 
                 if (tiVerificationNeeded)
                 {
-                    // LDFTN could start the begining of delegate creation sequence, remember that
+                    // LDFTN could start the beginning of delegate creation sequence, remember that
                     delegateCreateStart = codeAddr - 2;
 
                     // check any constraints on the callee's class and type parameters
index c271c40..5ab8216 100644 (file)
@@ -356,7 +356,7 @@ GenTree* Compiler::fgMorphCast(GenTree* tree)
     {
         // We are casting away GC information.  we would like to just
         // change the type to int, however this gives the emitter fits because
-        // it believes the variable is a GC variable at the begining of the
+        // it believes the variable is a GC variable at the beginning of the
         // instruction group, but is not turned non-gc by the code generator
         // we fix this by copying the GC pointer to a non-gc pointer temp.
         noway_assert(!varTypeIsGC(dstType) && "How can we have a cast to a GCRef here?");
index 0b72dde..59d8d9a 100644 (file)
@@ -6975,7 +6975,7 @@ void Compiler::fgValueNumberTree(GenTree* tree)
 
                     // The ValueNum returned must represent the full-sized IL-Stack value
                     // If we need to widen this value then we need to introduce a VNF_Cast here to represent
-                    // the widened value.    This is necessary since the CSE package can replace all occurances
+                    // the widened value.    This is necessary since the CSE package can replace all occurrences
                     // of a given ValueNum with a LclVar that is a full-sized IL-Stack value
                     //
                     if (varTypeIsSmall(tree->TypeGet()))
index a42b80f..cf81c58 100644 (file)
@@ -8,7 +8,7 @@
 **
 ** Purpose:
 ** Search a string for characters in a given character set and ensure the 
-** pointer returned points to the first occurance.  Check to see that the
+** pointer returned points to the first occurrence.  Check to see that the
 ** function returns NULL if the character is not found.
 **
 **
index 1bef6a7..d4fb958 100644 (file)
@@ -10,5 +10,5 @@ TYPE = DEFAULT
 EXE1 = test1
 Description
 = Search a string for characters in a given character set and ensure the 
-= pointer returned points to the first occurance.  Check to see that the
+= pointer returned points to the first occurrence.  Check to see that the
 = function returns NULL if the character is not found.
index b2b0b63..3b91db4 100644 (file)
@@ -9,7 +9,7 @@
 ** Purpose: InterlockedIncrement64() function
 **
 **     The test case spawns MAX_THREADS Threads, and each thread call InterlockedDecrement Function to decrement a 
-**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the begining of the test.  
+**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the beginning of the test.  
 **     The test cases passes if at the end the test the value of the global counter is  MAX_THREADS * REPEAT_COUNT.
 **
 **
index 2f214e2..ba202b9 100644 (file)
@@ -10,7 +10,7 @@
 **
 **     The test case spawns MAX_THREADS Threads, and each thread call InterlockedDecrement Function to decrement a 
 **     global counter REPEAT_COUNT Times. The Test case sets the global counter to MAX_THREADS * REPEAT_COUNT 
-**     at the begining of the test.  The test cases passes if at the end the test the value of the global counter is Zero.
+**     at the beginning of the test.  The test cases passes if at the end the test the value of the global counter is Zero.
 **
 **
 **=========================================================*/
index 98560a6..a7d385e 100644 (file)
@@ -10,7 +10,7 @@
 **
 **     The test case spawns MAX_THREADS Threads, and each thread call InterlockedDecrement Function to decrement a 
 **     global counter REPEAT_COUNT Times. The Test case sets the global counter to MAX_THREADS * REPEAT_COUNT 
-**     at the begining of the test.  The test cases passes if at the end the test the value of the global counter is Zero.
+**     at the beginning of the test.  The test cases passes if at the end the test the value of the global counter is Zero.
 **
 **
 **=========================================================*/
index 280a2ea..90858e7 100644 (file)
@@ -9,7 +9,7 @@
 ** Purpose: InterlockedIncrement() function
 **
 **     The test case spawns MAX_THREADS Threads, and each thread call InterlockedDecrement Function to decrement a 
-**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the begining of the test.  
+**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the beginning of the test.  
 **     The test cases passes if at the end the test the value of the global counter is  MAX_THREADS * REPEAT_COUNT.
 **
 **
index ffddc9d..b012a68 100644 (file)
@@ -9,7 +9,7 @@
 ** Purpose: InterlockedIncrement64() function
 **
 **     The test case spawns MAX_THREADS Threads, and each thread call InterlockedDecrement Function to decrement a 
-**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the begining of the test.  
+**     global counter REPEAT_COUNT Times. The Test case sets the global counter to Zero at the beginning of the test.  
 **     The test cases passes if at the end the test the value of the global counter is  MAX_THREADS * REPEAT_COUNT.
 **
 **
index daad434..1d247e8 100644 (file)
@@ -214,7 +214,7 @@ LPCWSTR GetPCEnd(LPCWSTR lpszStart)
 
 //
 // Given a pointer to the end of a path component, return a pointer to
-// its begining.
+// its beginning.
 // ie return a pointer to the previous backslash (or start of the string).
 //
 LPCWSTR PCStart(LPCWSTR lpszStart, LPCWSTR lpszEnd)
index bcda4a4..341a552 100644 (file)
@@ -436,7 +436,7 @@ namespace ILCompiler.IBC
     public enum BlobType : int
     {
         // IMPORTANT: Keep the first four enums together in the same order and at the
-        //  very begining of this enum.  See MetaModelPub.h for the order
+        //  very beginning of this enum.  See MetaModelPub.h for the order
 
         MetadataStringPool = 0,
         MetadataGuidPool = 1,
index 3582923..846885f 100644 (file)
@@ -21,7 +21,7 @@ namespace ILCompiler.Reflection.ReadyToRun
         public const uint READYTORUN_SIGNATURE = 0x00525452; // 'RTR'
 
         /// <summary>
-        /// RVA to the begining of the ReadyToRun header
+        /// RVA to the beginning of the ReadyToRun header
         /// </summary>
         public int RelativeVirtualAddress { get; set; }
 
index d3b3c74..c8f9bd5 100644 (file)
@@ -1041,7 +1041,7 @@ DWORD LCM(DWORD u, DWORD v)
     CONTRACTL_END;
 
     // CPUGroupInfo needs to be initialized only once. This could happen in three cases
-    // 1. CLR initialization at begining of EEStartup, or
+    // 1. CLR initialization at beginning of EEStartup, or
     // 2. Sometimes, when hosted by ASP.NET, the hosting process may initialize ThreadPool
     //    before initializing CLR, thus require CPUGroupInfo to be initialized to determine
     //    if CPU group support should/could be enabled.
index edc74cd..88c8c00 100644 (file)
@@ -5231,7 +5231,7 @@ DONE:
 
             if ((m_LCG_JumpStubLookup > 0) && ((m_normal_JumpStubBlockFullCount % 5) == 1))
             {
-                // Every 5 occurance of the above we also
+                // Every 5 occurrence of the above we also
                 // Log "LCG JumpStubBlock status" along with the four counter values
                 STRESS_LOG4(LF_JIT, LL_INFO1000, "LCG JumpStubBlock status - (%u, %u, %u, %u)\n",
                             m_LCG_JumpStubLookup, m_LCG_JumpStubUnique,
index 5b8dc97..8f39035 100644 (file)
@@ -197,7 +197,7 @@ HRESULT wCoMarshalInterThreadInterfaceInStream(REFIID riid,
 
     if (SUCCEEDED(hr))
     {
-        // Reset the stream to the begining
+        // Reset the stream to the beginning
         LARGE_INTEGER li;
         LISet32(li, 0);
         ULARGE_INTEGER li2;
@@ -707,7 +707,7 @@ IUnknown* IUnkEntry::UnmarshalIUnknownForCurrContext()
                 }
                 else
                 {
-                    // Reset the stream to the begining
+                    // Reset the stream to the beginning
                     LARGE_INTEGER li;
                     LISet32(li, 0);
                     ULARGE_INTEGER li2;
@@ -734,7 +734,7 @@ IUnknown* IUnkEntry::UnmarshalIUnknownForCurrContext()
                     }
                     else
                     {
-                        // Reset the stream to the begining
+                        // Reset the stream to the beginning
                         LISet32(li, 0);
                         m_pStream->Seek(li, STREAM_SEEK_SET, &li2);
 
index fa0d8a2..07486c1 100644 (file)
@@ -846,7 +846,7 @@ FCIMPL0(UINT64, GCInterface::GetSegmentSize)
 FCIMPLEND
 
 /*================================CollectionCount=================================
-**Action: Returns the number of collections for this generation since the begining of the life of the process
+**Action: Returns the number of collections for this generation since the beginning of the life of the process
 **Returns: The collection count.
 **Arguments: args->generation -- The generation
 **Exceptions: Argument exception if args->generation is < 0 or > GetMaxGeneration();
index 0e8f7aa..2d99e51 100644 (file)
@@ -5707,7 +5707,7 @@ VOID ETW::EnumerationLog::ProcessShutdown()
 
 /****************************************************************************/
 /****************************************************************************/
-/* Begining of helper functions */
+/* beginning of helper functions */
 /****************************************************************************/
 /****************************************************************************/
 
index 892accb..42bbe8e 100644 (file)
@@ -852,7 +852,7 @@ private:
 #endif
     bool          didGCPoll;            // GC poll was done
     bool          notNeeded;            // GC poll not needed
-    unsigned __int64 startTicks;        // tick count at begining of FCall
+    unsigned __int64 startTicks;        // tick count at beginning of FCall
 };
 
         // FC_COMMON_PROLOG is used for both FCalls and HCalls
index bcdd69a..5b5dcd0 100644 (file)
@@ -1018,7 +1018,7 @@ protected:
 // TransitionFrames for exceptions
 //-----------------------------------------------------------------------
 
-// The define USE_FEF controls how this class is used.  Look for occurances
+// The define USE_FEF controls how this class is used.  Look for occurrences
 //  of USE_FEF.
 
 class FaultingExceptionFrame : public Frame
index f40badc..f78b5a0 100644 (file)
@@ -914,7 +914,7 @@ void GCToEEInterface::StompWriteBarrier(WriteBarrierParameters* args)
         if (stompWBCompleteActions & SWB_EE_RESTART)
         {
             assert(!args->is_runtime_suspended &&
-                "if runtime was suspended in patching routines then it was in running state at begining");
+                "if runtime was suspended in patching routines then it was in running state at beginning");
             ThreadSuspend::RestartEE(FALSE, TRUE);
         }
         return; // unlike other branches we have already done cleanup so bailing out here
@@ -990,7 +990,7 @@ void GCToEEInterface::StompWriteBarrier(WriteBarrierParameters* args)
     if (stompWBCompleteActions & SWB_EE_RESTART)
     {
         assert(!args->is_runtime_suspended &&
-            "if runtime was suspended in patching routines then it was in running state at begining");
+            "if runtime was suspended in patching routines then it was in running state at beginning");
         ThreadSuspend::RestartEE(FALSE, TRUE);
     }
 }
index bf857ac..c1c4a5d 100644 (file)
@@ -323,7 +323,7 @@ public:
 private:
     ThreadLocalIBCInfo* m_pInfo;
     bool                m_fDisabled;  // true if this holder actually disable the logging
-                                      // false when this is a nested occurance and logging was already disabled
+                                      // false when this is a nested occurrence and logging was already disabled
 };
 
 //
index 1b18332..e45c90a 100644 (file)
@@ -2427,7 +2427,7 @@ void SafeReleaseStream(IStream *pStream)
         LogInterop(logStr);
         if (hr != S_OK)
         {
-            // Reset the stream to the begining
+            // Reset the stream to the beginning
             LARGE_INTEGER li;
             LISet32(li, 0);
             ULARGE_INTEGER li2;
index 6bfe053..05a9c40 100644 (file)
@@ -620,7 +620,7 @@ public:
         return(GetMethodTable()->IsMultiDimArray());
     }
 
-        // Get pointer to the begining of the bounds (counts for each dim)
+        // Get pointer to the beginning of the bounds (counts for each dim)
         // Works for any array type
     PTR_INT32 GetBoundsPtr() const {
         WRAPPER_NO_CONTRACT;
index 5e73729..eec1be1 100644 (file)
@@ -8386,7 +8386,7 @@ HRESULT ProfToEEInterfaceImpl::DoStackSnapshotHelper(Thread * pThreadToSnapshot,
         if ((pParam->pData->infoFlags & COR_PRF_SNAPSHOT_X86_OPTIMIZED) != 0)
         {
 #ifndef _TARGET_X86_
-            // If check in the begining of DoStackSnapshot (to return E_INVALIDARG) should
+            // If check in the beginning of DoStackSnapshot (to return E_INVALIDARG) should
             // make this unreachable
             _ASSERTE(!"COR_PRF_SNAPSHOT_X86_OPTIMIZED on non-X86 should be unreachable!");
 #else
index 87e10e4..501fa95 100644 (file)
@@ -45,7 +45,7 @@ public:
     virtual void ResetState() = 0;
     virtual BOOL IsRequestPending() = 0;
 
-       //This functions marks the begining of requests queued for the domain.
+    //This functions marks the beginning of requests queued for the domain.
     //It needs to notify the scheduler of work-arrival among other things.
     virtual void SetAppDomainRequestsActive() = 0;
 
index 1314b6d..d25955d 100644 (file)
@@ -235,7 +235,7 @@ void ZapWin32ResourceDirectory::Save(ZapWriter * pZapWriter)
     }
     pZapWriter->Write(&directory, sizeof(IMAGE_RESOURCE_DIRECTORY));
 
-    // Offsets are based from the begining of the resources blob (see PE format documentation)
+    // Offsets are based from the beginning of the resources blob (see PE format documentation)
     DWORD dataEntryRVA = this->GetRVA() - m_pWin32ResourceSection->GetRVA()
         + sizeof(IMAGE_RESOURCE_DIRECTORY) +
         (DWORD)m_entries.size() * sizeof(IMAGE_RESOURCE_DIRECTORY_ENTRY);
@@ -247,7 +247,7 @@ void ZapWin32ResourceDirectory::Save(ZapWriter * pZapWriter)
 
         if (entry.m_nameOrIdIsString)
         {
-            // Offsets are based from the begining of the resources blob (see PE format documentation)
+            // Offsets are based from the beginning of the resources blob (see PE format documentation)
             dirEntry.NameOffset = ((ZapWin32ResourceString*)(entry.m_pNameOrId))->GetRVA() - m_pWin32ResourceSection->GetRVA();
             dirEntry.NameIsString = true;
         }
@@ -259,7 +259,7 @@ void ZapWin32ResourceDirectory::Save(ZapWriter * pZapWriter)
 
         if (entry.m_dataIsSubDirectory)
         {
-            // Offsets are based from the begining of the resources blob (see PE format documentation)
+            // Offsets are based from the beginning of the resources blob (see PE format documentation)
             dirEntry.OffsetToDirectory = entry.m_pDataOrSubDirectory->GetRVA() - m_pWin32ResourceSection->GetRVA();
             dirEntry.DataIsDirectory = true;
         }
index 34660c5..c65afa5 100644 (file)
@@ -36,7 +36,7 @@ namespace SciMark2
         ///  held in compress-row format.  If the size of the matrix
         ///  in MxN with nz nonzeros, then the val[] is the nz nonzeros,
         ///  with its ith entry in column col[i].  The integer vector row[]
-        ///  is of size M+1 and row[i] points to the begining of the
+        ///  is of size M+1 and row[i] points to the beginning of the
         ///  ith row in col[].  
         public static void matmult(double[] y, double[] val, int[] row, int[] col, double[] x, int NUM_ITERATIONS)
         {
index e06d7ff..1e39aa2 100644 (file)
@@ -205,7 +205,7 @@ namespace SciMark2
             // initialize square sparse matrix
             //
             // for this test, we create a sparse matrix wit M/nz nonzeros
-            // per row, with spaced-out evenly between the begining of the
+            // per row, with spaced-out evenly between the beginning of the
             // row to the main diagonal.  Thus, the resulting pattern looks
             // like
             //             +-----------------+
index 3f51c51..960ee86 100644 (file)
@@ -165,7 +165,7 @@ Namespace Microsoft.VisualBasic
         '               arguments.  The value is returned.  The function
         '               Raises an expection if params are invalid. This function
         '               calls FV and PMT. It calculates value of annuity (FV) at the
-        '               begining of period for which IPMT is desired. Since interest
+        '               beginning of period for which IPMT is desired. Since interest
         '               rate is constant FV*rate would give IPMT.
         '
         '               if type = 1 and per = 1 then IPMT = 0.
index f6cc2e1..bede037 100644 (file)
@@ -2190,7 +2190,7 @@ namespace System.Configuration
             //    that applies to us in it's LockChidlren. We dont need to go further up once we find a section record
             //    as it has the lock mode of all it's parents accumulated
             //
-            //    There is one huge trick though - Location config records are different ( see begining of the func for what a location config record is )
+            //    There is one huge trick though - Location config records are different ( see beginning of the func for what a location config record is )
             //    A location config record is not locked if the config level of the web.config file in which it lives is not locked.
             //    I.e. when we are looking for the effective value for a location config we have two cases
             //      a) There is a section record in our immediate parent ( remember our immediate parent is the config file in which we /as a location tag/ are defined )
index 0c90184..972ff0b 100644 (file)
@@ -472,7 +472,7 @@ namespace System.Data
                 Debug.Assert(canColumn != null && canColumn.expr != null, "BuildLinearExpression : Must be a matched candidate");
                 canColumn.flag = true;
             }
-            //this is invalid assert, assumption was that all equals operator exists at the begining of candidateColumns
+            //this is invalid assert, assumption was that all equals operator exists at the beginning of candidateColumns
             // but with QFE 1704, this assumption is not true anymore
             //            Debug.Assert(matchedCandidates==1 || candidateColumns[matchedCandidates-1].equalsOperator, "BuildLinearExpression : Invalid matched candidates");
             int lenCanColumns = _candidateColumns.Length;
index ff1f630..1bf97c5 100644 (file)
@@ -62,17 +62,17 @@ namespace System.Data.Tests
             Assert.Equal("Column5", dc.ColumnName);
             Assert.Equal(5, dt.Columns.Count);
 
-            //----------------------------- check Add/Remove from begining --------------------
+            //----------------------------- check Add/Remove from beginning --------------------
             dt = InitTable();
 
             dt.Columns.Remove(dt.Columns[0]);
             dt.Columns.Remove(dt.Columns[0]);
             dt.Columns.Remove(dt.Columns[0]);
 
-            // check column 4 - remove - from begining
+            // check column 4 - remove - from beginning
             Assert.Equal("Column4", dt.Columns[0].ColumnName);
 
-            // check column 5 - remove - from begining
+            // check column 5 - remove - from beginning
             Assert.Equal("Column5", dt.Columns[1].ColumnName);
             Assert.Equal(2, dt.Columns.Count);
 
@@ -81,22 +81,22 @@ namespace System.Data.Tests
             dt.Columns.Add();
             dt.Columns.Add();
 
-            // check column 0 - Add new  - from begining
+            // check column 0 - Add new  - from beginning
             Assert.Equal("Column4", dt.Columns[0].ColumnName);
 
-            // check column 1 - Add new - from begining
+            // check column 1 - Add new - from beginning
             Assert.Equal("Column5", dt.Columns[1].ColumnName);
 
-            // check column 2 - Add new - from begining
+            // check column 2 - Add new - from beginning
             Assert.Equal("Column6", dt.Columns[2].ColumnName);
 
-            // check column 3 - Add new - from begining
+            // check column 3 - Add new - from beginning
             Assert.Equal("Column7", dt.Columns[3].ColumnName);
 
-            // check column 4 - Add new - from begining
+            // check column 4 - Add new - from beginning
             Assert.Equal("Column8", dt.Columns[4].ColumnName);
 
-            // check column 5 - Add new - from begining
+            // check column 5 - Add new - from beginning
             Assert.Equal("Column9", dt.Columns[5].ColumnName);
 
             //----------------------------- check Add/Remove from middle --------------------
index d723d0f..24581fb 100644 (file)
@@ -162,7 +162,7 @@ Thus the event names only need to be unique within a component.
   Short names make `IsEnabled()` faster.
 
 * DO - use activities (see [Activity Users Guide](ActivityUserGuide.md)) for events that are
-  marking the begining and end of an interval of time.   The key value of Activities is that they
+  marking the beginning and end of an interval of time.   The key value of Activities is that they
   indicate that they represent a DURATION, and they also track what 'caused' them (and thus
   logging systems can stitch together a 'causality graph').    
 
index 1fcfd4c..3e7b3c5 100644 (file)
@@ -215,7 +215,7 @@ namespace BasicEventSourceTests
 
                         // We shoudl always get the unconditional callback at the start and end of the trace.
                         Assert.True(4 <= evts.Count, $"FAILURE EventCounter Multi-event: 4 <= {evts.Count} ticks: {num100msecTimerTicks} thread: {Thread.CurrentThread.ManagedThreadId}");
-                        // We expect the timer to have gone off at least twice, plus the explicit poll at the begining and end.
+                        // We expect the timer to have gone off at least twice, plus the explicit poll at the beginning and end.
                         // Each one fires two events (one for requests, one for errors). so that is (2 + 2)*2 = 8
                         // We expect about 7 timer requests, but we don't get picky about the exact count
                         // Putting in a generous buffer, we double 7 to say we don't expect more than 14 timer fires
index 4b6925e..c2c79ee 100644 (file)
@@ -86,7 +86,7 @@ namespace System.IO.Packaging
             // Step 2 - Remove fragment identifier from the package URI, if it is present
             // Since '#" is an excluded character in Uri syntax, it can only occur as the
             // fragment identifier, in all other places it should be escaped.
-            // Hence we can safely use IndexOf to find the begining of the fragment.
+            // Hence we can safely use IndexOf to find the beginning of the fragment.
             string absolutePackageUri = packageUri.GetComponents(UriComponents.AbsoluteUri, UriFormat.UriEscaped);
 
             if (!string.IsNullOrEmpty(packageUri.Fragment))
@@ -100,7 +100,7 @@ namespace System.IO.Packaging
             // Step 4 - Replace all '/' with ',' in the resulting string
             absolutePackageUri = absolutePackageUri.Replace('/', ',');
 
-            // Step 5 - Append pack:// at the begining and a '/' at the end of the pack uri obtained so far
+            // Step 5 - Append pack:// at the beginning and a '/' at the end of the pack uri obtained so far
             absolutePackageUri = string.Concat(PackUriHelper.UriSchemePack, Uri.SchemeDelimiter, absolutePackageUri);
 
             Uri packUri = new Uri(absolutePackageUri);
index e2cdb5f..02c4145 100644 (file)
@@ -214,7 +214,7 @@ namespace System.IO.Ports.Tests
 
         private void BufferData(SerialPort com1, SerialPort com2, byte[] bytesToWrite)
         {
-            com2.Write(bytesToWrite, 0, 1); // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            com2.Write(bytesToWrite, 0, 1); // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             TCSupport.WaitForReadBufferToLoad(com1, bytesToWrite.Length);
index f4b14df..072f4a9 100644 (file)
@@ -543,7 +543,7 @@ namespace System.IO.Ports.Tests
 
         private void BufferData(SerialPort com1, SerialPort com2, byte[] bytesToWrite)
         {
-            com2.Write(bytesToWrite, 0, 1); // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            com2.Write(bytesToWrite, 0, 1); // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             TCSupport.WaitForReadBufferToLoad(com1, bytesToWrite.Length);
index 32903c3..bf75a73 100644 (file)
@@ -244,7 +244,7 @@ namespace System.IO.Ports.Tests
 
         private void BufferData(SerialPort com1, SerialPort com2, byte[] bytesToWrite)
         {
-            com2.Write(bytesToWrite, 0, 1); // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            com2.Write(bytesToWrite, 0, 1); // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             TCSupport.WaitForReadBufferToLoad(com1, bytesToWrite.Length);
index 9b51e78..2ed7aac 100644 (file)
@@ -624,7 +624,7 @@ namespace System.IO.Ports.Tests
             byte[] bytesToWrite = com1.Encoding.GetBytes(charsToWrite);
 
             com2.Write(bytesToWrite, 0, 1);
-            // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             TCSupport.WaitForReadBufferToLoad(com1, bytesToWrite.Length + 1);
index 172a6bf..baac311 100644 (file)
@@ -463,7 +463,7 @@ namespace System.IO.Ports.Tests
 
         private void BufferData(SerialPort com1, SerialPort com2, byte[] bytesToWrite)
         {
-            com2.Write(bytesToWrite, 0, 1); // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            com2.Write(bytesToWrite, 0, 1); // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             while (com1.BytesToRead < bytesToWrite.Length)
index 2c053c6..30561e1 100644 (file)
@@ -797,7 +797,7 @@ namespace System.IO.Ports.Tests
             char c = TCSupport.GenerateRandomCharNonSurrogate();
             byte[] bytesForSingleChar = com1.Encoding.GetBytes(new char[] { c }, 0, 1);
 
-            com2.Write(bytesForSingleChar, 0, bytesForSingleChar.Length); // Write one byte at the begining because we are going to read this to buffer the rest of the data
+            com2.Write(bytesForSingleChar, 0, bytesForSingleChar.Length); // Write one byte at the beginning because we are going to read this to buffer the rest of the data
             com2.Write(bytesToWrite, 0, bytesToWrite.Length);
 
             TCSupport.WaitForReadBufferToLoad(com1, bytesToWrite.Length);
index a1859a5..0f4cbd7 100644 (file)
@@ -236,7 +236,7 @@ namespace System.Dynamic.Tests
         [Fact]
         public void NonIndexerParameterizedDirectAccess()
         {
-            // If a paramterized property isn't the type's indexer, we should be allowed to use the
+            // If a parameterized property isn't the type's indexer, we should be allowed to use the
             // getter or setter directly.
             dynamic d = GetObjectWithNonIndexerParameterProperty(true, true);
             d.set_ItemProp(2, 19);
@@ -245,7 +245,7 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        public void NonIndexerParamterizedGetterAndSetterIndexAccess()
+        public void NonIndexerParameterizedGetterAndSetterIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(true, true);
             RuntimeBinderException ex = Assert.Throws<RuntimeBinderException>(() => d.ItemProp[2] = 3);
@@ -255,7 +255,7 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        public void NonIndexerParamterizedGetterOnlyIndexAccess()
+        public void NonIndexerParameterizedGetterOnlyIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(true, false);
             int dump;
@@ -265,7 +265,7 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        public void NonIndexerParamterizedSetterOnlyIndexAccess()
+        public void NonIndexerParameterizedSetterOnlyIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(false, true);
             RuntimeBinderException ex = Assert.Throws<RuntimeBinderException>(() => d.ItemProp[2] = 9);
index b952739..16e1db1 100644 (file)
@@ -870,7 +870,7 @@ namespace System.Management
                 strClass = OriginalClassName;
             }
 
-            // Check if the name of the class starts with a charachter. If not add "C" to the begining of the name
+            // Check if the name of the class starts with a charachter. If not add "C" to the beginning of the name
             if (char.IsLetter(strClass[0]) == false)
             {
                 strClass = "C" + strClass;
@@ -5298,7 +5298,7 @@ namespace System.Management
         */
 
         /// <summary>
-        /// Adds comments at the begining of the class defination
+        /// Adds comments at the beginning of the class defination
         /// </summary>
         private void AddClassComments(CodeTypeDeclaration cc)
         {
@@ -5927,28 +5927,28 @@ namespace System.Management
         /// Internal function used to create code to convert DateTime or ManagementPath to String
         /// convert a expression. Used in adding code for Property Set for DateTime and Reference properties
         /// </summary>
-        private CodeExpression ConvertPropertyToString(string strType, CodeExpression beginingExpression)
+        private CodeExpression ConvertPropertyToString(string strType, CodeExpression beginningExpression)
         {
             switch (strType)
             {
                 case "System.DateTime":
 
                     CodeMethodInvokeExpression cmie1 = new CodeMethodInvokeExpression();
-                    cmie1.Parameters.Add(new CodeCastExpression(new CodeTypeReference("System.DateTime"), beginingExpression));
+                    cmie1.Parameters.Add(new CodeCastExpression(new CodeTypeReference("System.DateTime"), beginningExpression));
                     cmie1.Method.MethodName = PrivateNamesUsed["ToDMTFDateTimeMethod"].ToString();
                     return cmie1;
 
                 case "System.TimeSpan":
 
                     CodeMethodInvokeExpression cmie2 = new CodeMethodInvokeExpression();
-                    cmie2.Parameters.Add(new CodeCastExpression(new CodeTypeReference("System.TimeSpan"), beginingExpression));
+                    cmie2.Parameters.Add(new CodeCastExpression(new CodeTypeReference("System.TimeSpan"), beginningExpression));
                     cmie2.Method.MethodName = PrivateNamesUsed["ToDMTFTimeIntervalMethod"].ToString();
                     return cmie2;
 
                 case "System.Management.ManagementPath":
                     return new CodePropertyReferenceExpression(new CodeCastExpression(
                         new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()),
-                        beginingExpression), PublicNamesUsed["PathProperty"].ToString());
+                        beginningExpression), PublicNamesUsed["PathProperty"].ToString());
 
 
             }
index cd2a821..cdc2f5e 100644 (file)
@@ -117,7 +117,7 @@ namespace System.Buffers.Text
                     return false;
                 }
 
-                source = source.Slice(1); // skip begining
+                source = source.Slice(1); // skip beginning
             }
 
             if (!TryParseUInt32X(source, out uint i1, out int justConsumed))
index 2989153..fab4a23 100644 (file)
@@ -2553,7 +2553,7 @@ namespace System.Globalization
                                 int nTokenType = (int)tokenType;
                                 int nCurrentTokenTypeInHash = (int)value.tokenType;
 
-                                // The folowing is the fix for the issue of throwing FormatException when "mar" is passed in string of the short date format dd/MMM/yyyy for es-MX
+                                // The following is the fix for the issue of throwing FormatException when "mar" is passed in string of the short date format dd/MMM/yyyy for es-MX
                                 if (((nCurrentTokenTypeInHash & (int)TokenType.RegularTokenMask) == 0) && ((nTokenType & (int)TokenType.RegularTokenMask) != 0) ||
                                     ((nCurrentTokenTypeInHash & (int)TokenType.SeparatorTokenMask) == 0) && ((nTokenType & (int)TokenType.SeparatorTokenMask) != 0))
                                 {
index 3de87ec..138b697 100644 (file)
@@ -2524,7 +2524,7 @@ new DS[] { DS.ERROR,  DS.TX_NNN,  DS.TX_NNN,  DS.TX_NNN,  DS.ERROR,   DS.ERROR,
 
             //
             // The string to be parsed. Use a __DTString wrapper so that we can trace the index which
-            // indicates the begining of next token.
+            // indicates the beginning of next token.
             //
             __DTString str = new __DTString(s, dtfi);
 
index 785faba..338b295 100644 (file)
@@ -1978,7 +1978,7 @@ namespace System.Text
                     }
                     else if (replacementsCount >= replacements.Length)
                     {
-                        Array.Resize(ref replacements, replacements.Length * 3 / 2 + 4); // Grow by ~1.5x, but more in the begining
+                        Array.Resize(ref replacements, replacements.Length * 3 / 2 + 4); // Grow by ~1.5x, but more in the beginning
                     }
                     replacements[replacementsCount++] = indexInChunk;
                     indexInChunk += oldValue.Length;
index 5b5b795..81e7f85 100644 (file)
@@ -1236,7 +1236,7 @@ namespace System
                     //
                     // This specifies the Julian day, with n between 0 and 365. February 29 is counted in leap years.
                     //
-                    // n would be a relative number from the begining of the year. which should handle if the
+                    // n would be a relative number from the beginning of the year. which should handle if the
                     // the year is a leap year or not.
                     //
                     // In leap year, n would be counted as:
index 668e655..a5d88dd 100644 (file)
@@ -77,7 +77,7 @@ namespace CoreXml.Test.XLinq
             /*
              * Use this method to load the above data from disk
              * Comment the above code when using this method.
-             * Also the arguments for the folowing tests: XAttributeSuccessValidate
+             * Also the arguments for the following tests: XAttributeSuccessValidate
              * XAttributeFailValidate, XAttributeThrowExceptionValidate, XElementSuccessValidate
              * XElementFailValidate,XElementThrowExceptionValidate, XAttributeGetSchemaInfo
              * XElementGetSchemaInfo may need to be changed.
index feba255..0ca91f7 100644 (file)
@@ -147,7 +147,7 @@ namespace System.Xml.Xsl
                     // In this situation the compiler returned for example Line 10, Column 0.
                     // This means that the compiler knows the line of the error, but it doesn't
                     //   know (or support) the column part of the location.
-                    // Since we don't allow column 0 (as it's invalid), let's turn it into 1 (the begining of the line)
+                    // Since we don't allow column 0 (as it's invalid), let's turn it into 1 (the beginning of the line)
                     errorColumn = 1;
                 }
             }
index a402b43..ce31778 100644 (file)
@@ -3297,7 +3297,7 @@ mono_class_setup_vtable_general (MonoClass *klass, MonoMethod **overrides, int o
 
        /*
         * If a method occupies more than one place in the vtable, and it is
-        * overriden, then change the other occurances too.
+        * overriden, then change the other occurrences too.
         */
        if (override_map) {
                MonoMethod *cm;
index 2eed7de..374a2cd 100644 (file)
@@ -1015,7 +1015,7 @@ parse_validity (scanner_t *scanner)
        else if (!strcmp (name, "badrt"))
                validity = TEST_TYPE_BADRT;
        else {
-               printf ("Expected either 'valid', 'invalid' or 'badtr' but got '%s' at the begining of a test entry at line %d\n", name, scanner_get_line (scanner));
+               printf ("Expected either 'valid', 'invalid' or 'badtr' but got '%s' at the beginning of a test entry at line %d\n", name, scanner_get_line (scanner));
                exit (INVALID_VALIDITY_TEST);
        }