Commit b51e1578 authored by Mikio Hara's avatar Mikio Hara

syscall: fix typo

R=r
CC=golang-codereviews
https://golang.org/cl/54040043
parent 6c9f198c
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment