Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
b16c41be
Commit
b16c41be
authored
Sep 21, 2012
by
Jan Ziak
Committed by
Russ Cox
Sep 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix typos in comments
R=rsc CC=golang-dev
https://golang.org/cl/6554043
parent
b151af1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hashmap.h
src/pkg/runtime/hashmap.h
+2
-2
No files found.
src/pkg/runtime/hashmap.h
View file @
b16c41be
...
...
@@ -143,7 +143,7 @@ struct hash_iter {
Remove all sub-tables associated with *h.
This undoes the effects of hash_init().
If other memory pointed to by user data must be freed, the caller is
responsible for doi
ing d
o by iterating over *h first; see
responsible for doi
ng s
o by iterating over *h first; see
hash_iter_init()/hash_next(). */
// void hash_destroy (struct hash *h);
...
...
@@ -152,7 +152,7 @@ struct hash_iter {
/* Initialize *it from *h. */
// void hash_iter_init (struct hash *h, struct hash_iter *it);
/* Return the next used entry in the table w
hic
h which *it was initialized. */
/* Return the next used entry in the table w
it
h which *it was initialized. */
// void *hash_next (struct hash_iter *it);
/*---- test interface ----*/
...
...
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