]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: remove a stray word in the go:nosplit documentation
authorAaron Jacobs <jacobsa@google.com>
Wed, 21 Oct 2015 04:51:02 +0000 (15:51 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 21 Oct 2015 04:51:54 +0000 (04:51 +0000)
Change-Id: I7a85c0ad8aba2d50032c8faa58c83fb327f360cf
Reviewed-on: https://go-review.googlesource.com/16140
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/compile/doc.go

index e362657a006de85bc8fb142a02754ba9fdb46b2e..59c660b2d5b8aae1bf7e475ef95a8496cb13de05 100644 (file)
@@ -107,7 +107,7 @@ The //line directive is an historical special case; all other directives are of
 The //go:noescape directive specifies that the next declaration in the file, which
 must be a func without a body (meaning that it has an implementation not written
 in Go) does not allow any of the pointers passed as arguments to escape into the
-heap or into the values returned from the function. This information can be used as
+heap or into the values returned from the function. This information can be used
 during the compiler's escape analysis of Go code calling the function.
 
        //go:nosplit