Skip to content

Commit 37e0849

Browse files
authored
Merge pull request #1665 from sogaiu/fix-comment
Fix comment about syspath
2 parents b389f01 + a886a93 commit 37e0849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for %%f in (src\boot\*.c) do (
4949
)
5050
%JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj
5151
@if errorlevel 1 goto :BUILDFAIL
52-
@rem note that there is no default sysroot being baked in
52+
@rem note that there is no default syspath being baked in
5353
build\janet_boot . > build\c\janet.c
5454
@if errorlevel 1 goto :BUILDFAIL
5555

0 commit comments

Comments
 (0)