Skip to content

Commit 2b76534

Browse files
committed
Fix various spelling errors.
Misspellings of: * a..z (the English alphabet sequence a..z with one pair of letters transposed) * actual * algorithm * amount * although * argument * array * as * assignment * auxiliary * availability * avoiding * because * beginning * built * canonicalization * canonical * catch * causes * collection * committed * compare * comparison * compilation * completed * concurrent * conditions * constructor * contain * context * contiguous * conversion * convert * corresponding * counterparts * coverage * covered * current * declaration * default * deferred * delimiters * dependencies * descriptions * descriptor * diagonal * dictionary * differently * different * disposed * dynamically * dynamic * earlier * emitting * empty * emulated * encodable * enough * entrypoint * enumerable * environment * evaluate * everything * exactly * exception * exercised * existing * expandos * explicitly * extension * floatarray * for-in * foreign * function * generate * generator * granularity * identical * implemented * implicit * inclusive * index * indicate * indicating * infinity * initializer * initial * injection * inlinable * inline * insertion * instance * instantiate * interior * interpreter * interpret * invalidation * invoke * iterable * iterator * javascript * label * lambda * lane * language * left * length * manager * maximum * member * memory * message * metadata * necessarily * occurrence * offset * offsets * of lit (two word sequence) * ofobj * ofreturn * optimization * original * outer * output * overridable * overridden * owning * parameter * participate * perlargest * physical * pollute * polyfill * polymorphic * popping * possibility * preceded * precise * precision * preferenced * primitive * processed * profiled * profile * program * progress * propagate * prop'd * properties * property * prototype * recycler * re-enable * referenceable * reference * registers * removed * required * result * semantics * semicolon * separately * separator * sequences * should * sibling * signature * similar * simultaneously * source * sources * spec'd * specialization * statement * store * straight * subtags * succeed * successful * sufficient * summation * supplied * supported * support * surrogate * telemetry * ternary * testing * then * the * though * threshold * timing * transferred * traversal * truncation * typespec'd * underflow * uninitialized * unknown * unless * unregister * unroll * unscopable * using * value * variable * verifies * verify * visitor * without * zero Proper noun: * ForceES5Array Grammar: * a/an * any one of the ... is * as an input/output * because * be replaced * different thresholds * have * is * is a * it is * lossless * not to report * operations * required by * the * true * a tortured sentence involving interleaving Tagging an ambiguous token with a guess * pronunciation Whitespace
1 parent 62b6deb commit 2b76534

298 files changed

Lines changed: 1022 additions & 1021 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build/Chakra.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
%(DisableSpecificWarnings);
3030
4456; <!-- declaration of '' hides previous local declaration -->
3131
4457; <!-- declaration of '' hides function parameter -->
32-
4458; <!-- declaration of '' hides class memeber -->
33-
4091; <!-- '': ignore on lef of 'type' when no variable is declared -->
32+
4458; <!-- declaration of '' hides class member -->
33+
4091; <!-- '': ignore on left of 'type' when no variable is declared -->
3434
4838; <!-- conversion from 'unsigned int' to 'int requires a narrowing conversion -->
3535
4499; <!-- explicit specialization cannot have a storage class (ignored) -->
3636
4463; <!-- overflow; assigning 1 to bit-field that can only hold values from -1 to 0 -->
@@ -45,12 +45,12 @@
4545
%(AdditionalIncludeDirectories)
4646
</AdditionalIncludeDirectories>
4747

48-
<!-- ======== For Code Covearge ======== -->
48+
<!-- ======== For Code Coverage ======== -->
4949
<Optimization Condition="'$(ENABLE_CODECOVERAGE)'=='true'">Disabled</Optimization>
5050
</ClCompile>
5151

5252
<Link>
53-
<!-- ======== For Code Covearge ======== -->
53+
<!-- ======== For Code Coverage ======== -->
5454
<AdditionalOptions Condition="'$(ENABLE_CODECOVERAGE)'=='true'">%(AdditionalOptions) /DEBUGTYPE:CV,FIXUP</AdditionalOptions>
5555
</Link>
5656
</ItemDefinitionGroup>

Build/scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if ($arch -eq "*") {
4343
}
4444

4545
} else {
46-
$OutterScriptRoot = $PSScriptRoot;
46+
$OuterScriptRoot = $PSScriptRoot;
4747
. "$PSScriptRoot\pre_post_util.ps1"
4848

4949
if (($logFile -eq "") -and (Test-Path Env:\TF_BUILD_BINARIESDIRECTORY)) {

Build/scripts/pre_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param (
3434
[string]$oauth
3535
)
3636

37-
$OutterScriptRoot = $PSScriptRoot;
37+
$OuterScriptRoot = $PSScriptRoot;
3838
. "$PSScriptRoot\pre_post_util.ps1"
3939
if (($logFile -eq "") -and (Test-Path Env:\TF_BUILD_BINARIESDIRECTORY)) {
4040
if (-not(Test-Path -Path "$Env:TF_BUILD_BINARIESDIRECTORY\logs")) {

Build/scripts/pre_post_util.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function GetGitPath()
3333
return $gitExe;
3434
}
3535

36-
$srcpath = UseValueOrDefault $srcpath "$env:TF_BUILD_SOURCESDIRECTORY" (Resolve-Path "$OutterScriptRoot\..\..");
36+
$srcpath = UseValueOrDefault $srcpath "$env:TF_BUILD_SOURCESDIRECTORY" (Resolve-Path "$OuterScriptRoot\..\..");
3737
$binpath = UseValueOrDefault $binpath "$env:TF_BUILD_BINARIESDIRECTORY" "$srcpath\Build\VcBuild\bin\$arch_$flavor";
3838
$objpath = UseValueOrDefault $objpath "$env:TF_BUILD_BUILDDIRECTORY" "$srcpath\Build\VcBuild\obj\$arch_$flavor";
3939

bin/rl/rl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extern TARGET_OS TargetOS;
9999
#define CFG_ERROR_EX(file,line,fmt,args) fprintf(stderr, "Error: %s(%d) - " ##fmt "\n", file, line, args)
100100
#define CFG_WARNING_EX(file,line,fmt,args) do { if (!FQuiet) printf("Warning: %s(%d) - " ##fmt "\n", file, line, (args)); } while (0)
101101

102-
// Parsing delimeters
102+
// Parsing delimiters
103103

104104
#define OPT_DELIM " \t"
105105
#define XML_DELIM ","

bin/rl/rlregr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define TMP_PREFIX "di" // 2 characters
1414

15-
// Currently not overrideable
15+
// Currently not overridable
1616
#define REGR_PERL "perl"
1717

1818
#define DIR_START_CMD "startdir.cmd"

bin/rl/xmlreader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ CreateStreamOnHandle
366366
// an IStream object that reads a file lazily. Rather than writing our own
367367
// IStream implementation that does this, we just read the whole file here
368368
// given that XML files don't get quite large and it should be okay to keep
369-
// everyting in memory.
369+
// everything in memory.
370370

371371
DWORD fileSize, fileSizeHigh, bytesRead;
372372
HGLOBAL buffer;

jenkins.check_copyright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
file_name = sys.argv[1]
2828
if not os.path.isfile(file_name):
29-
print "File does not exist:", file_name, "(not neccesarily an error)"
29+
print "File does not exist:", file_name, "(not necessarily an error)"
3030
exit(0)
3131

3232
with open(file_name, 'r') as sourcefile:

lib/Backend/BackwardPass.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BackwardPass::BackwardPass(Func * func, GlobOpt * globOpt, Js::Phase tag)
2929
#if DBG_DUMP
3030
this->numDeadStore = 0;
3131
this->numMarkTempNumber = 0;
32-
this->numMarkTempNumberTransfered = 0;
32+
this->numMarkTempNumberTransferred = 0;
3333
this->numMarkTempObject = 0;
3434
#endif
3535
}
@@ -86,7 +86,7 @@ BackwardPass::DoMarkTempObjects() const
8686

8787
// Why MarkTempObject is disabled under debugger:
8888
// We add 'identified so far dead non-temp locals' to byteCodeUpwardExposedUsed in ProcessBailOutInfo,
89-
// this may cause MarkTempObject to convert some temps back to non-temp when it sees a 'transfered exposed use'
89+
// this may cause MarkTempObject to convert some temps back to non-temp when it sees a 'transferred exposed use'
9090
// from a temp to non-temp. That's in general not a supported conversion (while non-temp -> temp is fine).
9191
}
9292

@@ -323,16 +323,16 @@ BackwardPass::Optimize()
323323
Output::Print(this->tag == Js::BackwardPhase? L"Backward Phase Stats:\n" : L"Deadstore Phase Stats:\n");
324324
if (this->DoDeadStore())
325325
{
326-
Output::Print(L" Deadstore : %3d\n", this->numDeadStore);
326+
Output::Print(L" Deadstore : %3d\n", this->numDeadStore);
327327
}
328328
if (this->DoMarkTempNumbers())
329329
{
330-
Output::Print(L" Temp Number : %3d\n", this->numMarkTempNumber);
331-
Output::Print(L" Transfered Temp Number: %3d\n", this->numMarkTempNumberTransfered);
330+
Output::Print(L" Temp Number : %3d\n", this->numMarkTempNumber);
331+
Output::Print(L" Transferred Temp Number: %3d\n", this->numMarkTempNumberTransferred);
332332
}
333333
if (this->DoMarkTempObjects())
334334
{
335-
Output::Print(L" Temp Object : %3d\n", this->numMarkTempObject);
335+
Output::Print(L" Temp Object : %3d\n", this->numMarkTempObject);
336336
}
337337
}
338338
#endif
@@ -5696,7 +5696,7 @@ BackwardPass::TransferCompoundedAddSubUsesToSrcs(IR::Instr *const instr, const i
56965696

56975697
if(intOverflowDoesNotMatterInRangeBySymId->Test(srcSym->m_id))
56985698
{
5699-
// Since an src may be compounded through different chains of add/sub instructions, the greater number must be
5699+
// Since a src may be compounded through different chains of add/sub instructions, the greater number must be
57005700
// preserved
57015701
srcSym->scratch.globOpt.numCompoundedAddSubUses =
57025702
max(srcSym->scratch.globOpt.numCompoundedAddSubUses, addSubUses);

lib/Backend/BackwardPass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class BackwardPass
225225
#if DBG_DUMP
226226
uint32 numDeadStore;
227227
uint32 numMarkTempNumber;
228-
uint32 numMarkTempNumberTransfered;
228+
uint32 numMarkTempNumberTransferred;
229229
uint32 numMarkTempObject;
230230
#endif
231231

0 commit comments

Comments
 (0)