Skip to content
Snippets Groups Projects
Commit aadd4240 authored by Danny Auble's avatar Danny Auble
Browse files

typo fix

parent f39bbd1f
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ time_t last_node_update; ...@@ -90,7 +90,7 @@ time_t last_node_update;
struct switch_record *switch_record_table; struct switch_record *switch_record_table;
int switch_record_cnt; int switch_record_cnt;
#ifdef HAVE_AIX #ifdef HAVE_AIX
/* On AIX dlopen's RTLD_LAZY flag does NOT work, so we must defune /* On AIX dlopen's RTLD_LAZY flag does NOT work, so we must define
* actual functions here in order to load this plugin from anywhere * actual functions here in order to load this plugin from anywhere
* other than slurmctld */ * other than slurmctld */
void job_preempt_remove(uint32_t job_id) void job_preempt_remove(uint32_t job_id)
......
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