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
9552e66e
Commit
9552e66e
authored
Apr 26, 2007
by
Michael Beck
Browse files
Typo fixed
[r13499]
parent
eab5519a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/pset_new.h
View file @
9552e66e
...
@@ -52,8 +52,8 @@ void pset_new_init(pset_new_t *pset_new);
...
@@ -52,8 +52,8 @@ void pset_new_init(pset_new_t *pset_new);
/**
/**
* Initializes a pset_new
* Initializes a pset_new
*
*
* @param pset_new
Pointer to allocated space for the pset_new
* @param pset_new Pointer to allocated space for the pset_new
* @param expected_elements Number of elements expected in the pset_new (rougly)
* @param expected_elements Number of elements expected in the pset_new (roug
h
ly)
*/
*/
void
pset_new_init_size
(
pset_new_t
*
pset_new
,
size_t
expected_elements
);
void
pset_new_init_size
(
pset_new_t
*
pset_new
,
size_t
expected_elements
);
...
...
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