Skip to content

Commit 9e244a2

Browse files
committed
Remove quote in comment.
1 parent e4230eb commit 9e244a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fsc/fscmain.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let internal mainAux (argv: string[], onlyTypeCheck: bool, exiter: Exiter option
3737
use _ = new Timer("main")
3838

3939
let compilerName =
40-
// the 64 bit desktop version of the compiler is name fscAnyCpu.exe, all others are fsc.exe"
40+
// the 64 bit desktop version of the compiler is name fscAnyCpu.exe, all others are fsc.exe
4141
if
4242
Environment.Is64BitProcess
4343
&& typeof<obj>.Assembly.GetName().Name <> "System.Private.CoreLib"

0 commit comments

Comments
 (0)