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

Fix Typo.

parent 2b3ee759
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ static int _get_tres_state_reason(int tres_pos, int unk_reason) ...@@ -135,7 +135,7 @@ static int _get_tres_state_reason(int tres_pos, int unk_reason)
break; break;
} }
break; break;
case TRES_ARRAY_ENEGRY: case TRES_ARRAY_ENERGY:
switch (unk_reason) { switch (unk_reason) {
case WAIT_ASSOC_GRP_UNK: case WAIT_ASSOC_GRP_UNK:
return WAIT_ASSOC_GRP_ENERGY; return WAIT_ASSOC_GRP_ENERGY;
......
...@@ -190,7 +190,7 @@ typedef struct diag_stats { ...@@ -190,7 +190,7 @@ typedef struct diag_stats {
enum { enum {
TRES_ARRAY_CPU = 0, TRES_ARRAY_CPU = 0,
TRES_ARRAY_MEM, TRES_ARRAY_MEM,
TRES_ARRAY_ENEGRY, TRES_ARRAY_ENERGY,
TRES_ARRAY_NODE, TRES_ARRAY_NODE,
TRES_ARRAY_TOTAL_CNT TRES_ARRAY_TOTAL_CNT
}; };
......
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