Fix various typos (#43073)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Sat, 10 Oct 2020 05:54:53 +0000 (08:54 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 05:54:53 +0000 (01:54 -0400)
commit4486164506a56200e66cf4cd750fde6b54ab5abd
tree8f09c0c6e105d6c95522b4e93f0591c3f4d4db53
parent730215a6764e6fabf11f6440c46ede10180c3897
Fix various typos (#43073)

* Fix various typos
* `occurence`, `occurance` -> `occurrence`
* `accross` -> `across`
* `adddress`, `addresss` -> `address`
* `alignement`, `aligment` -> `alignment`
* Remove `c` from triple c.
* Remove `s` from triple s.
  * In palsuite, `Successs` (with triple s) was in commented out
    `Trace()` message, removed all commented out `Trace()` calls
    from such files.
* Fix invalid markdown in `unix-test-instructions.md`.

* Revert event source change
90 files changed:
docs/design/coreclr/jit/first-class-structs.md
docs/workflow/ci/coreclr-ci-health.md
docs/workflow/testing/coreclr/unix-test-instructions.md
eng/pipelines/coreclr/ci.yml
eng/pipelines/runtime.yml
src/coreclr/src/binder/inc/assembly.hpp
src/coreclr/src/debug/daccess/daccess.cpp
src/coreclr/src/debug/daccess/dacdbiimpl.cpp
src/coreclr/src/debug/daccess/dacdbiimpl.h
src/coreclr/src/debug/daccess/fntableaccess.h
src/coreclr/src/debug/di/eventredirectionpipeline.h
src/coreclr/src/debug/di/rspriv.h
src/coreclr/src/debug/di/rsthread.cpp
src/coreclr/src/debug/ee/debugger.cpp
src/coreclr/src/debug/ee/debugger.h
src/coreclr/src/debug/ee/i386/dbghelpers.S
src/coreclr/src/debug/ee/i386/dbghelpers.asm
src/coreclr/src/debug/ildbsymlib/symread.cpp
src/coreclr/src/debug/inc/dbgtransportsession.h
src/coreclr/src/gc/gc.cpp
src/coreclr/src/gc/gcpriv.h
src/coreclr/src/inc/cordebuginfo.h
src/coreclr/src/inc/daccess.h
src/coreclr/src/inc/eventtracebase.h
src/coreclr/src/inc/gcdecoder.cpp
src/coreclr/src/inc/regex_base.h
src/coreclr/src/inc/sstring.h
src/coreclr/src/jit/codegeninterface.h
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/lowerxarch.cpp
src/coreclr/src/jit/lsra.cpp
src/coreclr/src/jit/optcse.cpp
src/coreclr/src/jit/simdashwintrinsic.cpp
src/coreclr/src/md/enc/stgtiggerstorage.cpp
src/coreclr/src/pal/inc/rt/safecrt.h
src/coreclr/src/pal/src/locale/utf8.cpp
src/coreclr/src/pal/src/objmgr/shmobjectmanager.cpp
src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl
src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp
src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp
src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.cpp
src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs
src/coreclr/src/tools/r2rdump/R2RDiff.cs
src/coreclr/src/utilcode/splitpath.cpp
src/coreclr/src/utilcode/util.cpp
src/coreclr/src/vm/arm/profiler.cpp
src/coreclr/src/vm/class.cpp
src/coreclr/src/vm/domainfile.cpp
src/coreclr/src/vm/hash.h
src/coreclr/src/vm/methodtable.cpp
src/coreclr/src/vm/methodtable.h
src/coreclr/src/vm/methodtablebuilder.cpp
src/coreclr/src/vm/methodtablebuilder.h
src/coreclr/src/vm/prestub.cpp
src/coreclr/src/vm/profilinghelper.cpp
src/coreclr/src/vm/stublink.h
src/coreclr/src/zap/zapcode.h
src/libraries/Native/Unix/System.Native/pal_time.h
src/libraries/System.Console/src/System/IO/StdInReader.cs
src/libraries/System.Console/tests/ManualTests/ManualTests.cs
src/libraries/System.Drawing.Common/tests/BitmapTests.cs
src/libraries/System.Drawing.Common/tests/PenTests.cs
src/libraries/System.Drawing.Common/tests/mono/System.Drawing.Imaging/IconCodecTests.cs
src/libraries/System.Drawing.Common/tests/mono/System.Drawing.Imaging/JpegCodecTests.cs
src/libraries/System.Management/src/System/Management/ManagementScope.cs
src/libraries/System.Net.Primitives/tests/FunctionalTests/IPEndPointTest.cs
src/libraries/System.Net.Security/tests/StressTests/SslStress/Utils/ErrorAggregator.cs
src/libraries/System.Private.CoreLib/src/System/SpanHelpers.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs
src/libraries/System.Reflection.MetadataLoadContext/tests/src/TestUtils/TestData.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/SetComObjectDataTests.Windows.cs
src/libraries/System.Security.Cryptography.Algorithms/tests/RandomNumberGeneratorTests.cs
src/libraries/System.Security.Cryptography.Xml/tests/EncryptionPropertyCollectionTest.cs
src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCompiler.cs
src/mono/mono/metadata/custom-attrs.c
src/mono/mono/metadata/metadata.h
src/mono/mono/tests/Makefile.am
src/mono/mono/tests/block_guard_restore_alignment_on_exit.cs [moved from src/mono/mono/tests/block_guard_restore_aligment_on_exit.cs with 96% similarity]
src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073_gen.csx
src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.cs
src/tests/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.il
src/tests/Loader/binding/tracing/BinderEventListener.cs
src/tests/tracing/eventpipe/common/IpcUtils.cs