Skip to content
Snippets Groups Projects
Commit 377e4ffd authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo in error message.

parent 3cc535bd
No related branches found
No related tags found
No related merge requests found
...@@ -989,7 +989,7 @@ static void _validate_node_proc_count(void) ...@@ -989,7 +989,7 @@ static void _validate_node_proc_count(void)
part_size = node_size; part_size = node_size;
else if (part_size != node_size) else if (part_size != node_size)
fatal fatal
("Partition %s has inconsisent processor count", ("Partition %s has inconsistent processor count",
part_record_point->name); part_record_point->name);
} }
} }
......
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