]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: fix typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 18 Jan 2014 07:02:59 +0000 (16:02 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sat, 18 Jan 2014 07:02:59 +0000 (16:02 +0900)
R=r
CC=golang-codereviews
https://golang.org/cl/54040043

src/pkg/syscall/rlimit_unix_test.go

index e84d62ad6f828dbe50fb7fdff92d5fa9f20112b5..fc9b02609cf09ecc63c2aacc3397ef74f37c21fa 100644 (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: