Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
183e01e3
Commit
183e01e3
authored
Feb 16, 2015
by
Victor Pfautz
Committed by
yb9976
Feb 17, 2015
Browse files
Typo in pmap
parent
487cf013
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/pmap.h
View file @
183e01e3
...
...
@@ -86,7 +86,7 @@ FIRM_API pmap_entry *pmap_next(pmap *);
for (pmap_entry *curr = pmap_first(pmap); curr; curr = pmap_next(pmap))
/** Breaks an iteration.
* Must be called, if a iteration ends before p
_
map_next() returns NULL.
* Must be called, if a iteration ends before pmap_next() returns NULL.
*/
FIRM_API
void
pmap_break
(
pmap
*
map
);
...
...
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