Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
3f1eb94e
Commit
3f1eb94e
authored
Jan 04, 2012
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix typo in comment
R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/5511047
parent
d5e6b8d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/pkg/runtime/extern.go
src/pkg/runtime/extern.go
+2
-2
No files found.
src/pkg/runtime/extern.go
View file @
3f1eb94e
...
...
@@ -19,8 +19,8 @@ func Gosched()
func
Goexit
()
// Caller reports file and line number information about function invocations on
// the calling goroutine's stack. The argument skip is the number of stack frames
to
//
ascend, with 0 identifying the
the caller of Caller. The return values report the
// the calling goroutine's stack. The argument skip is the number of stack frames
//
to ascend, with 0 identifying
the caller of Caller. The return values report the
// program counter, file name, and line number within the file of the corresponding
// call. The boolean ok is false if it was not possible to recover the information.
func
Caller
(
skip
int
)
(
pc
uintptr
,
file
string
,
line
int
,
ok
bool
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment