case CEE_SWITCH:
{
unsigned jmpBase;
- unsigned jmpCnt; // # of switch cases (excluding defualt)
+ unsigned jmpCnt; // # of switch cases (excluding default)
BasicBlock** jmpTab;
BasicBlock** jmpPtr;
internal int Month;
internal int Day;
//
- // Set time defualt to 00:00:00.
+ // Set time default to 00:00:00.
//
internal int Hour;
internal int Minute;
/// to nonsignaled.</param>
public ManualResetEventSlim(bool initialState)
{
- // Specify the defualt spin count, and use default spin if we're
+ // Specify the default spin count, and use default spin if we're
// on a multi-processor machine. Otherwise, we won't.
Initialize(initialState, SpinWait.SpinCountforSpinBeforeWait);
}