syscall: fix typo

R=r
CC=golang-codereviews
https://golang.org/cl/54040043
This commit is contained in:
Mikio Hara 2014-01-18 16:02:59 +09:00
parent 6c9f198c9a
commit b51e15780f

View File

@ -36,8 +36,8 @@ func TestRlimit(t *testing.T) {
set.Cur = set.Max - 1
if set != get {
// Seems like Darwin requires some privilege to
// increse the soft limit of rlimit sandbox, though
// Setrlimit never reports error.
// increase the soft limit of rlimit sandbox, though
// Setrlimit never reports an error.
switch runtime.GOOS {
case "darwin":
default: