Skip to content

Commit 2241322

Browse files
committed
Merge pull request #569 from bleis-tift/patch-1
Fix typo
2 parents 90e20cb + edf80d1 commit 2241322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/fsc.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ let main1OfAst (openBinariesInMemory, assemblyName, target, outfile, pdbFile, dl
20142014
| _ -> warning(Error(FSComp.SR.fscAssemblyVersionAttributeIgnored(),Range.range0)); None
20152015
| _ -> None
20162016

2017-
// Pass on only the minimimum information required for the next phase to ensure GC kicks in.
2017+
// Pass on only the minimum information required for the next phase to ensure GC kicks in.
20182018
// In principle the JIT should be able to do good liveness analysis to clean things up, but the
20192019
// data structures involved here are so large we can't take the risk.
20202020
Args(tcConfig,tcImports,frameworkTcImports,tcGlobals,errorLogger,generatedCcu,outfile,typedAssembly,topAttrs,pdbFile,assemblyName,assemVerFromAttrib,signingInfo,exiter)

0 commit comments

Comments
 (0)