mirror of
https://github.com/golang/go
synced 2024-11-18 00:14:47 -07:00
cmd/compile: fix a typo in comment
This commit is contained in:
parent
3d92205ef5
commit
7d9792ccb9
@ -2,7 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
//
|
//
|
||||||
// The inlining facility makes 2 passes: first caninl determines which
|
// The inlining facility makes 2 passes: first CanInline determines which
|
||||||
// functions are suitable for inlining, and for those that are it
|
// functions are suitable for inlining, and for those that are it
|
||||||
// saves a copy of the body. Then InlineCalls walks each function body to
|
// saves a copy of the body. Then InlineCalls walks each function body to
|
||||||
// expand calls to inlinable functions.
|
// expand calls to inlinable functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user