Skip to content
Snippets Groups Projects
Commit c49ea55d authored by Deric Sullivan's avatar Deric Sullivan Committed by Morris Jette
Browse files

Update to spank.h comment, wrong function name

bug 2039
parent cbdd56b6
No related branches found
No related tags found
No related merge requests found
...@@ -334,7 +334,7 @@ spank_err_t spank_option_getopt (spank_t spank, struct spank_option *opt, ...@@ -334,7 +334,7 @@ spank_err_t spank_option_getopt (spank_t spank, struct spank_option *opt,
* item is requested from outside a task context, ESPANK_BAD_ARG * item is requested from outside a task context, ESPANK_BAD_ARG
* if invalid args are passed to spank_get_item or spank_get_item * if invalid args are passed to spank_get_item or spank_get_item
* is called from an invalid context, and ESPANK_NOT_REMOTE * is called from an invalid context, and ESPANK_NOT_REMOTE
* if not called from slurmstepd context or spank_user_local_init. * if not called from slurmstepd context or spank_local_user_init.
*/ */
spank_err_t spank_get_item (spank_t spank, spank_item_t item, ...); spank_err_t spank_get_item (spank_t spank, spank_item_t item, ...);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment