1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

syscall: fix comment in mkall_windows.bat

src/pkg -> src

LGTM=alex.brainman
R=alex.brainman
CC=golang-codereviews
https://golang.org/cl/139400043
This commit is contained in:
Brad Fitzpatrick 2014-09-08 17:40:32 -07:00
parent 815a843b6a
commit d2788dc503

View File

@ -4,7 +4,7 @@
@echo off
if exist mkall.sh goto dirok
echo mkall_windows.bat must be run from src\pkg\syscall directory
echo mkall_windows.bat must be run from src\syscall directory
goto :end
:dirok