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

Fix typo in comment.

parent 31821d98
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ void deallocate_nodes(struct job_record *job_ptr, bool timeout) ...@@ -220,7 +220,7 @@ void deallocate_nodes(struct job_record *job_ptr, bool timeout)
/* /*
* _match_feature - determine if the desired feature is one of those available * _match_feature - determine if the desired feature is one of those available
* IN seek - desired feature * IN seek - desired feature
* IN available - comma separated list of availablefeatures * IN available - comma separated list of available features
* RET 1 if found, 0 otherwise * RET 1 if found, 0 otherwise
*/ */
static int _match_feature(char *seek, char *available) static int _match_feature(char *seek, char *available)
......
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