Skip to content

Commit

Permalink
cmd/compile: remove a stray word in the go:nosplit documentation
Browse files Browse the repository at this point in the history
Change-Id: I7a85c0ad8aba2d50032c8faa58c83fb327f360cf
Reviewed-on: https://go-review.googlesource.com/16140
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
jacobsa authored and adg committed Oct 21, 2015
1 parent b60c820 commit d8c6bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/compile/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8c6bf9

Please sign in to comment.