Skip to content

Commit

Permalink
Merge pull request #132 from chu11/typos
Browse files Browse the repository at this point in the history
plugins: fix several typos
  • Loading branch information
mergify[bot] authored Jul 26, 2021
2 parents 4a8eac7 + 8aaba57 commit fb4fd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/mf_priority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* SPDX-License-Identifier: LGPL-3.0
\************************************************************/

/* mycpppriority.cpp - custom basic job priority plugin
/* mf_priority.cpp - custom basic job priority plugin
*
*/

Expand Down Expand Up @@ -123,8 +123,8 @@ static void rec_update_cb (flux_t *h,


/*
* Unpack the urgency and userid from a submitted job and call calc_priority (),
* which will return a new job priority to be packed.
* Unpack the urgency and userid from a submitted job and call
* priority_calculation (), which will return a new job priority to be packed.
*/
static int priority_cb (flux_plugin_t *p,
const char *topic,
Expand Down

0 comments on commit fb4fd16

Please sign in to comment.