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
1 changed files with 1 additions and 1 deletions

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